Tagged Questions
1
vote
1answer
426 views
Oracle 10: Is it possible to access a public synonym to a table in a stored procedure or package?
I've been trying without success to add a reference to a public synonym in a package or stored procedure in oracle for a while, and I'm wondering if there are solutions to this problem short of ...
0
votes
3answers
3k views
Oracle 9i: Synonymed Table Does Not Exist?
I've created a package that contains a stored procedure that I plan to invoke from a separate application. The stored procedure will return a sorted list of all the views and tables in the schema. To ...