| how to deal with this error message: ORA-02085 database link string connects to string [message #311618] |
Sat, 05 April 2008 02:40  |
crazyzhou Messages: 20 Registered: March 2008 Location: china |
Junior Member |
|
|
I create a database link, but it does not work, I get the error message ora-02085, the following is Oracle's explanation:
ORA-02085 database link string connects to string
Cause: The database link attempted to connect to a database with a different name. The name of the database link must be the same name as the name of the database.
Action: Create a database link with the same name as the database to which it connects.
but sometimes I really create a different database link name from the database it link to, and it works well.
which parameters affect the database link work?
can you tell me why? thank you.
|
|
|
| Re: how to deal with this error message: ORA-02085 database link string connects to string [message #311626 is a reply to message #311618 ] |
Sat, 05 April 2008 03:16   |
Michel Cadot Messages: 17716 Registered: March 2007 Location: Nanterre, France, http://... |
Senior Member |
|
|
GLOBAL_NAMES
Regards
Michel
|
|
|
|