Warning or error condition is called an exception - PL/SQL

Q.  In PL/SQL, a warning or error condition is called an exception.
- Published on 26 Jun 15

a. True
b. False

ANSWER: True
 
An error condition during a program is known as an exception. The exception block is used in the program and an appropriate action is taken against the error condition.
There are 2 types of exceptions
1. System-defined exceptions
2. User-defined exceptions.

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.)