Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Exceptions - newbie help
The basic rule is that once an exception is raised in a block, execution MUST
leave that block after the exception is handled. The mistake that many pl/sql
programmers make is that they do not write structured code and end up writing
multiple embedded blocks.
Noah Arliss wrote:
> Can anyone explain to me how to write a block of plsql code that will take
> an exception, handle it, and continue processing the rest of the logic?
Received on Fri Jul 02 1999 - 06:59:24 CDT
![]() |
![]() |