Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: where's the docs for this?

Re: where's the docs for this?

From: Sybrand Bakker <gooiditweg_at_sybrandb.demon.nl>
Date: Mon, 02 Dec 2002 19:03:05 +0100
Message-ID: <9u7nuukf5phmtpefrbm4veh522f0p56ebu@4ax.com>


On Mon, 02 Dec 2002 16:29:53 GMT, spamdump_at_nospam.noway.nohow (Ed Stevens) wrote:

>I'm not having much luck finding the docs for what may be the most fundamental
>subject of all -- SQL return codes . . .
>
>For instance, everyone knows a +100 return code means 'not found' ....
>
>But which manual has the comprehensive documentation on all of those return
>codes? I've poked around in Tahiti and the ng archives, to no avail. I'm sure
>it must be there, but I've been unable to actually locate it!

There are no real return codes, as they are simply the Oracle errors. The +100 you quote is just a remnant from Cobol (the +100 code is discussed in the Pro*C manual), which simply is equivalent to -1403 (all return codes are negative numbers) meaning 'no-data-found' as usual.

Sybrand Bakker, Senior Oracle DBA

To reply remove -verwijderdit from my e-mail address Received on Mon Dec 02 2002 - 12:03:05 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US