Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Exceptions - newbie help
You can put a block round the code in question, i.e.
................. <your package/procedure, whatever>BEGIN
......................
Null; -- if we just want to ignore the failure END; <and then back to the rest of the code>
Hope I helped
Jim
Noah Arliss <narliss_at_stumpworld.com> wrote in message
news:3iQe3.561$6M6.168788_at_news.shore.net...
> 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 Thu Jul 01 1999 - 18:26:47 CDT
![]() |
![]() |