Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: NO_DATA_FOUND exception

Re: NO_DATA_FOUND exception

From: -={Giorgio}=- <leva.md3496_at_mclink.it>
Date: Sat, 13 Sep 2003 20:10:19 +0200
Message-ID: <bjvm8m$14tp$1@newsreader2.mclink.it>

>>BEGIN

>
> begin

[...]
> EXCEPTION
>

>> WHEN NO_DATA_FOUND THEN
[...]
> end;

[...]
>
>>END;
>>/

>
>
> You're just not accepting exceptions in the right spot.
>

Exceptions should propagate to the caller until they find a handler... in this case having another block for the exception make the code a bit cleaner but it's not relevant for the exception itself.

/G Received on Sat Sep 13 2003 - 13:10:19 CDT

Original text of this message

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