Oracle Database 11g: Program with PL/SQL — Question 55

Which type of exceptions is qualified as nonpredefined Oracle server errors?

Answer options

Correct answer: B

Explanation

The correct answer is B because nonpredefined Oracle server errors refer to exceptions raised automatically by the server, which can still be handled by the exception handler. Options A and C pertain to exceptions explicitly raised by the program, while D describes exceptions related to violations of rules or limits, not specifically categorized as nonpredefined errors.