Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> SQL.SQLCODE error numbers from SQL*Plus
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
![]() |
![]() |