User defined Exception does not correlate with an oracle error - PL/SQL Errors

Q.   ________ does not correlate with an oracle error, instead, user_define exceptions usually enforce business rules in situations in which an oracle error would not necessarily occur
- Published on 08 Jul 15

a. Predefined Exception
b. Internal Exception
c. User defined Exception
d. None of the above

ANSWER: User defined Exception
 
PL/SQL allows to raise our own exceptions. A user defined exception is declared explicitly using the raise statement.

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