Re: PL/SQL: exception handling

From: Gary Gapinski <gapinski_at_lerc.nasa.gov>
Date: 1996/02/27
Message-ID: <4h000g$sb0_at_bytor.lerc.nasa.gov>#1/1


Hello, Chuck:

An exception clause is needed in each block in order to catch any exception therein. You can refer to a common exception handler procedure from within each, if that makes life any easier. As long as you avoid raising another exception from within the handler, the successive sub-blocks will be executed.

Regards,

Gary

-- 
__________________________________________________________
Gary Gapinski                email: gapinski_at_lerc.nasa.gov
NASA Lewis Research Center   voice: +1 216 433 5251
Received on Tue Feb 27 1996 - 00:00:00 CET

Original text of this message