Exception Handling - PL/SQL Errors

Q.  PL/SQL provides a feature to handle the Exceptions which occur in a PL/SQL Block known as exception Handling.
- Published on 03 Jul 15

a. True
b. False

ANSWER: True
 
An exception handling block is used so that we can avoid the errors in the program. The exception message consists of
1. Type of exception
2. An error code
3. A message

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)