Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> error: ORA-03113 intermittently
We have written an application that queries Oracle 7.3.2 on Solaris.
Here is the intermittent problem: the app queries Oracle and I get a
cursor back, however when I try to
retreive the first record from the cursor I get the Oracle error
ORA-03113. I turned on the admin tracing
for the tnslsnr on the server and got the following trace when the error
occurs: (note: the hostname as "oranamesrvr0" , this is NOT the host I
have specified in my tnsnames.ora file)
Any ideas why this would happen?
Calling with outgoing connect data
(DESCRIPTION=(CONNECT_DATA=(RPC=ON))(ADDRESS=(PROTOCOL=tcp)(HOST=oranamesrvr0)(PORT=1575)))
connecting...
(DESCRIPTION=(CONNECT_DATA=(RPC=ON))(ADDRESS=(PROTOCOL=tcp)(HOST=oranamesrvr0)(PORT=1575)))
port resolved to 1575
looking up IP addr for host: oranamesrvr0
-<FATAL?>- *** hostname lookup failure! ***
-<ERROR>- nsres: id=0, op=77, ns=12545, ns2=12560; nt[0]=515, nt[1]=0,
nt[2]=0
Call failed...
Exiting NRICALL with following termination result -1
-<ERROR>- open failure, error stack follows
TNS-12206: TNS:received a TNS error during navigation
TNS-12545: Connect failed because target host or object does not exist
TNS-12560: TNS:protocol adapter error
TNS-00515: Connect failed because target host or object does not
exist
TNS-01169: The listener has not recognized the password
--Received on Thu Feb 19 1998 - 00:00:00 CST
![]() |
![]() |