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