Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creation of database link

Status
Not open for further replies.

AQWQ

Programmer
Aug 5, 2001
33
IN
I have two oracle servers.I am not able to create a database link to the other one, but i am able to setup TNS service and connect to the other server.While creating the database link to the other server its getting created successfully.But when try to access the table in that server using the link name its giveing an error saying &quot;<linkname> connects to oracle.world&quot;.Any idea????

Thanx in advance Santhosh Ravindran
 
The fact your database link is created successfully means only that your sql statement is syntactically correct. Do you use global_names=true ? Do you use the same connect string for connecting from sql*plus and creating db_link?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top