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

Home -> Community -> Usenet -> c.d.o.misc -> SQL.SQLCODE error numbers from SQL*Plus

SQL.SQLCODE error numbers from SQL*Plus

From: Paul Routledge <paul_at_earthbound.u-net.com>
Date: 1996/11/25
Message-ID: <01bbdb18$3a928700$b08577c2@earthbound.u-net.com>#1/1

Where would I get documentation on the SQL.SQLCODE error messages returned from SQL*Plus. I have a script which looks like this:

        ... blah blah SQL blah ...

When an error occurs in my SQL SQL*Plus returns an integer error number to my Unix shell script:

	# Unix shell script
	sqlplus user/pass @commandsfile.sql

	if [ $? ne 0 ] then
		do something with $?/ SQL.SQLCODE
	fi

but I don't know what the error numbers returned are.

Thanks for any help that follows

Paul Routledge   Received on Mon Nov 25 1996 - 00:00:00 CST

Original text of this message

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