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 -> PL/SQL and exception handling

PL/SQL and exception handling

From: Bryan J. Gentile <bgentile_at_bdsinc.com>
Date: 1997/10/30
Message-ID: <34589637.B2223844@bdsinc.com>#1/1

I am trying to find out the best way to handle exceptions:

EXCEPTION
WHEN OTHERS THEN
    ...process exception...

Does the above block of code detect most if not all errors which can occur with PL/SQL stored procedures and functions?

If not, how can I detect possible errors?

--

************************************
Bryan J. Gentile Consultant Business Data Services, Inc. Glastonbury, CT 06033 Phone: (860)633-3693 (ext. 3025) Vmail: (ext. 6030)
************************************
Received on Thu Oct 30 1997 - 00:00:00 CST

Original text of this message

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