Database Links [message #372473] |
Wed, 14 February 2001 08:26 |
Kenneth Acosta
Messages: 1 Registered: February 2001
|
Junior Member |
|
|
I am creating a db link on Oracle 7.3. I create the db link with the same name as the database but I am still getting
ORA-2085: database link name.world connects to name
error. This probably can be corrected if my global names was set to false but I do not want to change this setting. My syntax to create the db link is
CREATE PUBLIC DATABASE LINK nameofdb
CONNECT TO userid IDENTIFIED BY useridpassword
USING 'nameofdb';
What else can I do???
|
|
|
|