Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
SQL*Net & ORA-01403

SQL*Net & ORA-01403

2005-08-02       - By Reidy, Ron

Reply:     1     2     3     4     5     6     7     8     9  

I believe after the last row is returned from a cursor, 1403 is thrown to
signal all data has been fetched.


-- ---- ---- ----
Ron Reidy
Lead DBA
Array BioPharma, Inc.

-- --Original Message-- --
From: oracle-l-bounce@(protected) [mailto:oracle-l-bounce@(protected)]On
Behalf Of Brian Wisniewski
Sent: Monday, August 01, 2005 8:52 PM
To: oracle-l@(protected)
Subject: SQL*Net & ORA-01403 (See ORA-01403.ora-code.com)


RHAS 3.0/10.1.0.3

While performing a 10079 level 2 trace I noticed in each trace file there are
several ORA-01403 (See ORA-01403.ora-code.com): no data found 'error message'.  I had a network analyst ask
me about this a couple weeks back when he was sniffing between a couple of
machines - he saw a fair amount of these msgs in the packets and I didn't know
where they were coming from or why.  That was RHAS3.0/9.2.0.6

Initial tests (simple select and exit) made me think it was on the disconnect
from the server but when I did another test with several selects (all returning
valid rows) and saw several of these error msgs in the trace file it proved
that theory wrong.

Why the error msg but nothing popped to the screen - especially when valid data
is returned?

Thanks - Brian.

WAIT #2: nam='SQL*Net message to client' ela= 4 p1=1650815232 p2=1 p3=0
RECEIVE: (bp=0xbfffa410, bl=1, isdblink=0)
121 bytes sent via fast-path
Dump of memory from 0x0C390A19 to 0x0C390A92
C390A10                   00000104 01001600          [........]
C390A20 00000001 0000057B 00020000 00030000  [....{...........]
C390A30 00000000 00000000 00000000 00000000  [................]
C390A40 00000000 00000000 00001800 00000001  [................]
C390A50 00000136 00000000 0BBB8560 00000000  [6.......`.......]
C390A60 00000000 00000000 00000000 00000000  [................]
C390A70 00000000 00000000 41524F19 3431302D  [.........ORA-014 (See ORA-014.ora-code.com)]
C390A80 203A3330 64206F6E 20617461 6E756F66  [03: no data foun]
C390A90 B8000A64                             [d...]




__ ____ ____ ____ ____ ____ ____ ____ ____ ____ __
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


This electronic message transmission is a PRIVATE communication which contains
information which may be confidential or privileged. The information is
intended
to be for the use of the individual or entity named above. If you are not the
intended recipient, please be aware that any disclosure, copying, distribution
or use of the contents of this information is prohibited. Please notify the
sender  of the delivery error by replying to this message, or notify us by
telephone (877-633-2436, ext. 0), and then delete it from your system.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2800.1505" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=645421816-02082005><FONT face=Arial color=#0000ff size=2>I
believe after the last row is returned from a cursor, 1403 is thrown to signal
all data has been fetched.</FONT></SPAN></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<P><FONT face=Arial size=2>-- ---- ---- ----</FONT> <BR><FONT face=Arial
size=2>Ron Reidy</FONT> <BR><FONT face=Arial size=2>Lead DBA</FONT> <BR><FONT
face=Arial size=2>Array BioPharma, Inc.</FONT> </P>
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-- --Original Message-- --<BR><B>From:</B> oracle-l-bounce@(protected)
[mailto:oracle-l-bounce@(protected)]<B>On Behalf Of </B>Brian
Wisniewski<BR><B>Sent:</B> Monday, August 01, 2005 8:52 PM<BR><B>To:</B>
oracle-l@(protected)<BR><B>Subject:</B> SQL*Net &amp; ORA-01403 (See ORA-01403.ora-code.com)
<BR><BR></FONT></DIV>
<DIV>RHAS 3.0/10.1.0.3</DIV>
<DIV>&nbsp;</DIV>
<DIV>While performing a 10079 level 2 trace I noticed in&nbsp;each trace file
there are several&nbsp;ORA-01403 (See ORA-01403.ora-code.com): no data found 'error message'.&nbsp; I had a
network analyst ask me about this a couple weeks back when he was sniffing
between a couple of machines - he saw a fair amount of these msgs in the
packets
and I didn't know where they were coming from or why.&nbsp; That was
RHAS3.0/9.2.0.6</DIV>
<DIV>&nbsp;</DIV>
<DIV>Initial tests (simple select and exit) made me think it was on the
disconnect from the server but when I did another test with several selects
(all
returning valid rows) and saw several of these error msgs in the trace
file&nbsp;it proved that theory wrong.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Why the error msg but nothing popped to the screen - especially when valid
data is returned?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks - Brian.</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=courier>WAIT #2: nam='SQL*Net message to client' ela= 4
p1=1650815232 p2=1 p3=0<BR>RECEIVE: (bp=0xbfffa410, bl=1,
isdblink=0)<BR>&nbsp;121 bytes sent via fast-path<BR>Dump of memory from
0x0C390A19 to
0x0C390A92<BR>C390A10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
00000104 01001600&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[........]<BR>C390A20 00000001 0000057B 00020000 00030000&nbsp;
[....{...........]<BR>C390A30 00000000 00000000 00000000 00000000&nbsp;
[................]<BR>C390A40 00000000 00000000 00001800 00000001&nbsp;
[................]<BR>C390A50 00000136 00000000 0BBB8560 00000000&nbsp;
[6.......`.......]<BR>C390A60 00000000 00000000 00000000 00000000&nbsp;
[................]<BR>C390A70 00000000 00000000 41524F19 3431302D&nbsp;
[.........ORA-014 (See ORA-014.ora-code.com)]<BR>C390A80 203A3330 64206F6E 20617461 6E756F66&nbsp; [03: no
data foun]<BR>C390A90
B8000A64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;
[d...]<BR></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<P>__ ____ ____ ____ ____ ____ ____ ____ ____ ____ __<BR>Do You Yahoo!?<BR
>Tired
of spam? Yahoo! Mail has the best spam protection around
<BR>http://mail.yahoo.com </P></BODY><P align=left style="MARGIN-RIGHT: 0px">
<FONT face=Tahoma size=2><FONT color=#0000ff>
<HR>
</FONT></FONT><FONT face=Tahoma size=2><FONT color=#0000ff>This electronic
message transmission is a PRIVATE communication which contains information <BR
>which may be confidential or privileged. The information is intended to be for
the use of the individual <BR>or entity named above. If you are not the
intended recipient, please be aware that any disclosure, <BR>copying,
distribution or use of the contents of this information is prohibited. Please
notify the sender <BR>of the delivery error by replying to this message, or
notify us by telephone (877-633-2436, ext. 0), <BR>and then delete it from your
system.</FONT></FONT></P></HTML>