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 -> PL/SQL - Any way to force exit?

PL/SQL - Any way to force exit?

From: <grth_at_my-dejanews.com>
Date: Thu, 22 Apr 1999 12:00:27 GMT
Message-ID: <7fn30q$894$1@nnrp1.dejanews.com>

I am writing a PL/SQL error logger.
It usually logs the error and continues, but some errors are fatal.

With fatal errors, I would like to end processing completely, and exit the current PL/SQL run.
Is this possible? - all our procedures are written with WHEN OTHER THEN...
blocks, which catch any exceptions I throw.

Thanks in advance

      Grth

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Thu Apr 22 1999 - 07:00:27 CDT

Original text of this message

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