Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> PL/SQL and exception handling
I am trying to find out the best way to handle exceptions:
EXCEPTION
WHEN OTHERS THEN
...process exception...
Does the above block of code detect most if not all errors which can occur with PL/SQL stored procedures and functions?
If not, how can I detect possible errors?
--Received on Thu Oct 30 1997 - 00:00:00 CST
************************************
Bryan J. Gentile Consultant Business Data Services, Inc. Glastonbury, CT 06033 Phone: (860)633-3693 (ext. 3025) Vmail: (ext. 6030)
************************************
![]() |
![]() |