db link [message #63126] |
Mon, 13 September 2004 04:18 |
dilip kumar
Messages: 111 Registered: December 2003
|
Senior Member |
|
|
Hi all
i have created database link to make a remote connection and all the service names are existing on tnsname.ora files but when i am using database link in a query to access the remote data
i am getting a following error messages
ORA-02019: connection description for remote database not found
how to rectify this
Regards
dilip
|
|
|
|
|
Re: db link [message #63172 is a reply to message #63130] |
Wed, 15 September 2004 22:21 |
easywebtech
Messages: 20 Registered: August 2004
|
Junior Member |
|
|
first current_user should be in target database
create PUBLIC database link test
connect to current_user IDENTIFIED BY [[password]]
using 'test1'
webmaster
www.easywebtech.com
|
|
|