Re: PL/SQL

From: Steven Jelfs <S.Jelfs_at_btinternet.com>
Date: 1997/12/23
Message-ID: <67mv7d$d1r$1_at_plutonium.btinternet.com>#1/1


Supian Zainuddin wrote in message <349DC3F6.DC1190A5_at_ubs.com>...
>I'm really not sure how will the exception be caught here...
>
>begin
>
> delete from table_test ......
> insert into table_test .........
>
> and then a call to a procedure say test ( bla, bla );
>
>exception
>
> when others ......
>
>end;
>
>procedure test ( bla, bla )
>is
>begin
> do something that triggers exception
>end;
>-- no exception handling is done in this procedure
>
>
>the question;
>
>Will the uncaught raised exception in procedure test be caught in the
>calling routine or not ?

htp.p('No');
htp.nl;

>
>Appreciate some help.
>
>cheers, Supian
>
>

end;

  • SJ
Received on Tue Dec 23 1997 - 00:00:00 CET

Original text of this message