Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> strange ora-12545 when connecting with pro*c program
Hi!
I'm connecting from Solaris client to Solaris server machine.
Everything is OK when connecting from client with SqlPlus. But the
same connect string used in Pro*C program raises ora-12545 error...
I've tried many configurations in client tnsnames.ora, all configurations and host name resloution seem to be ok.
What is strange to me, is sqlnet.log. It seems like client is trying to use BEQUEATH:
(DESCRIPTION=(ADDRESS=(PROTOCOL=beq)(PROGRAM=/steryd2/oradata/bin/oracle)(ARGV0=oracle)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')(DETACH=NO))(CONNECT_DATA=(CID=(PROGRAM=)(HOST=bzyk)(USER=bkucha))))
VERSION INFORMATION:
TNS for Solaris: Version 8.1.6.0.0 - Production
Oracle Bequeath NT Protocol Adapter for Solaris: Version 8.1.6.0.0 -
Production
Time: 02-WRZ-2002 12:53:36
Tracing to file: /steryd2/oradata/network/trace/cli.trc
Tns error struct:
nr err code: 0
ns main err code: 12545
TNS-12545: Connect failed because target host or object does not
exist
ns secondary err code: 12560
nt main err code: 515
TNS-00515: Connect failed because target host or object does not
exist
nt secondary err code: 2
nt OS err code: 0
Can you tell me what could be the reason for this problem? Johny Received on Tue Sep 03 2002 - 01:15:51 CDT