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: exit status of sqlplus???

Re: exit status of sqlplus???

From: Mike Burke <mike.burke_at_dial.pipex.com>
Date: 1997/02/21
Message-ID: <330DD87A.71@dial.pipex.com>#1/1

Use the WHENEVER OSERROR or WHENEVER SQLERROR to trap errors and handle them.

Fro example,

WHENEVER OSERROR EXIT FAILURE WHENEVER SQLERROR EXIT FAILURE These will return a non zero exit status.

Regards,

Mike Received on Fri Feb 21 1997 - 00:00:00 CST

Original text of this message

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