Saturday 26 May 2012

What is an exception? | PL SQL

An exception is an identifier, which defines an error condition within the Procedural Language/Structured Query Language  (PL/SQL) code. When an error occurs, it is trapped and the program control unconditionally branches to the exception section of the PL/SQL block.