Database Link within Stored Procedure
574996Jun 16 2008 — edited Jun 16 2008Hi,
I have a dblink, and when i just do a normal query on SQL Developer SQL worksheet, it works e.g. select * from table@dblink
When i create a stored procedure and declare the select * from table@dblink in a cursor, compilation of the stored procedure fails, giving ORA-00942: table or view does not exist.
Any ideas?
regards,