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 -> Re: Oracle Exceptions - newbie help

Re: Oracle Exceptions - newbie help

From: Kenneth C Stahl <BluesSax_at_Unforgettable.com>
Date: Fri, 02 Jul 1999 07:59:24 -0400
Message-ID: <377CA99B.D5BF862C@Unforgettable.com>


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

Original text of this message

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