ORA-02019 (database link) [message #61167] |
Thu, 01 April 2004 19:38 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
K.Sateeshkumar
Messages: 16 Registered: March 2004
|
Junior Member |
|
|
I want to establish a database link between the databases
Target DB Version : 7.3.4
Source DB Version : 8.1.7
I created a Database link with the following syntax
create database link linkname connect to
remoteusername identified by
remoteuserpasswork using
connection String;
the database link was created successfully and Cheked out in user_db_links.
when I am trying to access data from remote database using db link i am getting the error message ora-02019.
how to over come this problem and what are the pre requisits for creating a database link.
can u pl help out me immediately.
|
|
|
|
Re: ORA-02019 (database link) [message #61176 is a reply to message #61167] |
Fri, 02 April 2004 05:34 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Thiru
Messages: 1089 Registered: May 2002
|
Senior Member |
|
|
Make sure you are able to connect to the remote database from your local database server using 'connectionString' which should be defined in your Server's tnsnames.ora.
-Thiru
|
|
|