synonym for link
582889May 7 2008 — edited Jun 23 2010I have link at user "a" to other database.
The following sql is working.
select * from person@er
When I create synonym for link er to user "b"
the link is not workıng.
select * from person@er
ORA-02019: connection description for remote database not found
What should I do?