OT: Ora12505-error

hello,
sorry for "half off topic"
I've an interesting problem:

the connect with sql*plus is correct.
a connect with my delphi-app (same name, pw, tns-alias, with or without login-dialog) is the result an oracle-error.

any hint or tips ???

;-) thomas

sqlnet.log:
VERSION INFORMATION:
TNS for 32-bit Windows: Version 8.1.6.0.0 - Production
Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 8.1.6.0.0 - Production
Time: 15-NOV-2001 16:24:44
Tracing not turned on.
Tns error struct:
nr err code: 0
ns main err code: 12564
TNS-12564: TNS: Verbindung verweigert
ns secondary err code: 0
nt main err code: 0
nt secondary err code: 0
nt OS err code: 0
 
If the exact same connection works from within SQL*Plus, then my guess is that your application is using a different Oracle Home, or a different version of SQL*Net or Net8. Could this be the case?

------------------
Marco Kalter
Allround Automations
 
Back
Top