SQL*Net 7.3.3

Torbjorn

Member
Hi,

I'm confused about a situation at a customer site.

The customer have two locations. For example A and B. My client have portables. On site A the client computers can connect to the database but when the client try to connect on site B they can't connect to the database. But ODBC,TNSPING and SQL*Plus works like a charm on both sites.

Error:
Fatal OSN connect error 12545

Facts:
Oracle client 7.3.3
DOA 3.4.6.4
Delphi 5

Log:

VERSION INFORMATION:
TNS for 32-bit Windows: Version 2.3.4.0.0 - Production
Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 2.3.4.0.0 - Production
Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 2.3.4.0.0 -

Have you got any clue about what to look at?

Regards Torbjorn
 
If SQL*Plus works correctly, then maybe:

1. The PATH environment variable does not include the bin subdirectory of the oracle home.

2. There are multiple Oracle Net versions (e.g. SLQ*Net 2.3 and Net8) installed in the Primary Oracle Home.

3. There are multiple Oracle Homes and the Primary Oracle Home is not configured correctly.

------------------
Marco Kalter
Allround Automations
 
Thanks!

I will control this on my next visit to the customer.

Regards Torbjorn

Originally posted by mkalter:
If SQL*Plus works correctly, then maybe:

1. The PATH environment variable does not include the bin subdirectory of the oracle home.

2. There are multiple Oracle Net versions (e.g. SLQ*Net 2.3 and Net8) installed in the Primary Oracle Home.

3. There are multiple Oracle Homes and the Primary Oracle Home is not configured correctly.

 
Back
Top