Sun OS [message #513467] |
Mon, 27 June 2011 11:52  |
lg123
Messages: 225 Registered: August 2008
|
Senior Member |
|
|
I am trying to create a database link and work with it.
I have database A and database B. Both the databases are under different servers.
In database A, I issues the command
create public database link ts25ke connect to SCOTT IDENTIFIED BY
TIGER USING 'UATTNS';
where
ts25ke is the new db link name
SCOTT is the existing username in database A
TIGER is the password for the username SCOTT in database A
UATTNS is the TNS alias existing in database B
If I give this command in both database A and database B,
select name from v$database@UATTNS;
I get the error "ORA-02019: connection description for remote database not found"
What is the mistake I have done and how can I make the
database link work?
|
|
|
|
|
|