Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> resume on Exception
All, I know I can trap and exit on an exception but how can the program
trap and continue?
say I have
while <condition>
update xxx where recnum ... ; if any_exception then write any_exception & recnum to file and continue; end if;
any examples of this logic?
Thanks!
Bob
-- "Oracle error messages being what they are, do not highlight the correct cause of fault, but will identify some other error located close to where the real fault lies." -- http://www.freelists.org/webpage/oracle-lReceived on Fri Oct 15 2004 - 10:02:21 CDT
![]() |
![]() |