Hi,
I have a table on a different database than my main database and via a database link and synonym I can access it from my main database in sqlplus, by e.g.
SELECT count(*) FROM table_on_secondary_db;
As soon as I try to access it within a Begin - End block, like:
DECLARE
counter...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.