Exception Handling in Oracle PL/SQL
There are number of reasons due to which run time errors may be raised during the execution of a PL/SQL block. With PL/SQL, a mechanism called exception handling lets you “bulletproof” your program so that it can continue operating in the presence of errors. When an error occurs, an exception is raised; normal execution is [...]
Written by admin on December 21st, 2010 with comments disabled.
Read more articles on Exception Handling.