Oracle DBA, How To, Error, Cause and Action

ORA-02085: database link string connects to string

ORA-02085: database link string connects to string


Cause:


a database link connected to a database with a different name. The connection is rejected.



Action:


create a database link with the same name as the database it connects to, or set global_names=false.

No comments:

Post a Comment

Thanks for your comment.