Re: Error Handling in Stored Procedures - Oracle 8.1.7

From: R197509 <ramsunders_at_yahoo.com>
Date: 11 Oct 2001 03:59:33 -0700
Message-ID: <1e562f83.0110110259.7a497155_at_posting.google.com>


bcrockett_at_altavista.com (Bradley Crockett) wrote in message news:<mDMw7.60134$L8.18141408_at_news2.rdc1.bc.home.com>...
> In article <1e562f83.0110090155.a94a51a_at_posting.google.com>,
> ramsunders_at_yahoo.com says...
>
> >handler. After the exception handling is done, I need to go back to
> >the procedure to continue with the next element in the array. As I
> >understand, once control passes to the exception block, it cannot
> >return to the procedure.
> > Is there any way, I can achieve this?
>
> Ram, break up your code into smaller units. Have a sub-procedure handle the
> exception handling, and then the calling procedure will never even know it
> happened and will carry on.

Thanks Bradley. That helped. Received on Thu Oct 11 2001 - 12:59:33 CEST

Original text of this message