Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

synonym for link

582889May 7 2008 — edited Jun 23 2010
I 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 21 2010
Added on May 7 2008
10 comments
1,157 views