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: <345895D0.ABAF4EE@bdsinc.com>#1/1

I want to know if when handling exceptions in PL/SQL with stored procedures and functions if:

EXCEPTION
WHEN OTHERS THEN
        ...process error...

What errors will the above block of code detect? How should you detect all exceptions that could occur?

--

************************************
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