Hi all,
I login as Mary in DBX to run a query (accessing DBY using db link) and got the following error:
select emp_id, emp_name
from scott.emp@SCOTT_link order by emp_name
ORA-02019: connection description for remote database not found
The db link used to be public one and it worked until it had changed to a private db link owned by Scott. Scott.emp table doesn't exist in DBX but exists in DBY. Mary exists in DBX but not in DBY.
What needs to be done for mary to be able to query using the db link? Does she need some kind of priv to use the db link?
Thanks!
I login as Mary in DBX to run a query (accessing DBY using db link) and got the following error:
select emp_id, emp_name
from scott.emp@SCOTT_link order by emp_name
ORA-02019: connection description for remote database not found
The db link used to be public one and it worked until it had changed to a private db link owned by Scott. Scott.emp table doesn't exist in DBX but exists in DBY. Mary exists in DBX but not in DBY.
What needs to be done for mary to be able to query using the db link? Does she need some kind of priv to use the db link?
Thanks!