ORA-02019: connection description for remote database not found [message #391499] |
Thu, 12 March 2009 06:56 |
user71408
Messages: 585 Registered: November 2007 Location: NE
|
Senior Member |
|
|
Hi all,
I have created ".sql" script in Unix and I amtrying to execute the script at SQL prompt. But I am getting the folowing error message after getting the output. Please look into this and let me know the soltion.
ORA-02019: connection description for remote database not found
Disconnected from Oracle Database 10g Enterprise Edition
Release 10.2.0.3.0 - 64bit Production With the Partitioning, OLAP and Data Mining options
Thank you
|
|
|
|
|
|
|
|
|
|
|
|
Re: ORA-02019: connection description for remote database not found [message #463720 is a reply to message #391876] |
Fri, 02 July 2010 14:25 |
suckedinthevortex
Messages: 1 Registered: July 2010 Location: Philly
|
Junior Member |
|
|
Just to keep this like real simple. When getting this error be sure there are PUBLIC links that work first. Example setting up Adv. replication. Be sure the system passwords match on both nodes, test the PUBLIC link and that its active. Once you're good there then go and create your schema DB link logged in as the schema owner with the proper privs so you can create the private DB link and all other required privs needed to query the remote object. I always keep the passwords the same for the schema DB link on both nodes and public DB links in this example, system user. So key thing, be sure PUBLIC links are active, if they're not first verify passwords match for system schema first. Start there first you will save mucho time. Then create your private schema DB links. Oh and of course one last thing that gets missed mucho times. Be sure you create a connect descriptor in the TNSNAMES.ora file for all DB links being created from the source node to the target node. I've seen peeps miss that one alot.
[Updated on: Fri, 02 July 2010 14:28] Report message to a moderator
|
|
|