Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Database Link Problem

Re: Database Link Problem

From: Kurt Laugesen <kul_at_post3.tele.dk>
Date: Wed, 18 Nov 1998 16:56:42 +0100
Message-ID: <72uqt0$44g8$1@news-inn.inet.tele.dk>


You must check TNSNAMES on the server, as the database link is used by the process on the server, not by you on your PC Regards
Kurt Laugesen

Rajesh M wrote in message <3651a19e.0_at_news.euroconnect.dk>...
>Hi,
>create database link dblink
>connect to uid
>identified by pwd
>using 'db2';
>
>created database link.
>
>But, when I use the '@dblink' in my select I get TNS-could not resolve
>service name. However, I am able to connect to the other database using
>SQLPlus.
>
>I have checked my TNS_NAMES.ORA File and the entry for 'db2.world' exists
>and checked the same with TNSPING. I have checked my registry, oracle.ini
>for TNS_ADMIN parameter also. They seem to be right.
>
>oracle version 7.3.4.2
>
>Could some one help.
>
>Rajesh
>
>
Received on Wed Nov 18 1998 - 09:56:42 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US