Re: SQL.SQLCODE

From: Scott Urman <surman_at_oracle.com>
Date: 1996/01/26
Message-ID: <4eb778$o62_at_inet-nntp-gw-1.us.oracle.com>#1/1


In article <4eb456$2aq_at_cloner3.netcom.com>, chuckh_at_ix.netcom.com (Chuck Hamilton) writes:
|> Where do I find the list of error codes that get returned in
|> SQL.SQLCODE by SQLPLUS?
|>
|> example
|>
|> WHENEVER SQLERROR EXIT SQL.SQLCODE
|> --
|> Chuck Hamilton
|> chuckh_at_ix.netcom.com
|>
|> Never share a foxhole with anyone braver than yourself!
|>
There's an entire book of them, known as the 'Oracle7 Server Messages'. The WHENEVER statement will cause SQL*Plus to exit if a SQL statement fails, and return the Oracle error code to the operating system. Received on Fri Jan 26 1996 - 00:00:00 CET

Original text of this message