Check Oracle 9.2.0

General chat about HostMonitor (all messages posted before March 07, 2003 available here).
Locked
y.beyet
Posts: 62
Joined: Tue Apr 16, 2002 6:00 pm
Location: France
Contact:

Post by y.beyet »

Hello,

I'm trying to check an oracle base in 9.2.0 release, the test give me the following error :
Oracle error #12154 : ORA-12154:TNS:Could not resolve service name

Connections are OK with oracle tools, the test works with a 8.1.7 database on an other PC.

a Bug with 9.2 ?

<font size=-1>[ This Message was edited by: y.beyet on 2002-11-19 09:01 ]</font>
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Do you have specified TNS alias (that you use for the test) in tnsnames.ora file?

Regards
Alex
y.beyet
Posts: 62
Joined: Tue Apr 16, 2002 6:00 pm
Location: France
Contact:

Post by y.beyet »

it's exatly the same configuration as 8.1.7 : the path is OK, tnsnames.ora is OK, oci.dll v9.2.0.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

H'm, does ODBC test works properly?
y.beyet
Posts: 62
Joined: Tue Apr 16, 2002 6:00 pm
Location: France
Contact:

Post by y.beyet »

Yes, it's OK
I finaly find the problem :
the parameter server (tns alias) must be the complete name "dbname.domain.com" not only "dbname".

<font size=-1>[ This Message was edited by: y.beyet on 2002-11-21 08:54 ]</font>
Locked