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 15a. 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