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

Home -> Community -> Usenet -> c.d.o.server -> Re: TNS:could not resolve service name

Re: TNS:could not resolve service name

From: Uwe Schneider <uwe_at_richard-schneider.de>
Date: Sun, 18 Nov 2001 12:11:20 +0100
Message-ID: <3BF79758.63F562BC@richard-schneider.de>


J Gin wrote:
>
> I'm having problems trying to establish an sqlplus session. The error
> message returned is:
>
> ERROR:
> ORA-12154: TNS:could not resolve service name
>
> I'm running Oracle version 8.1.5.0.0 and running the same sqlplus release on
> Solaris 2.6.
>
> I've checked the tnsnames.ora file entry and included below:
>
> isd =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS =
> (COMMUNITY = tcp_corwan.world)
> (PROTOCOL = TCP)
> (Host = 55.55.55.55)
> (PORT = 1521)
> )
> )
> (CONNECT_DATA =
> (SID = ISD)
> (GLOBAL_NAME = ISD.ott.can.world)
> )
> )

ORA 12154 means: The listener was successfully connected, but can't understand the clients wish to connect to an instance. Look into $ORACLE_HOME/network/log/listener.log and ../admin/listener.ora.

Uwe

-- 
Uwe Schneider       | Telefon +49 7244 / 609504
Karlsdorfer Str. 31 | Mail    uwe_at_richard-schneider.de
DE-76356 Weingarten | http://www.richard-schneider.de/uwe
Linux - OS al dente!
Received on Sun Nov 18 2001 - 05:11:20 CST

Original text of this message

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