Multiple choice

Which of the following statements is incorrect regarding the predefined exceptions in PL/SQL?

  1. These exceptions are internally defined exceptions with a name.

  2. These exceptions are raised by the system.

  3. The storage error is a predefined exception.

  4. Out of memory is a predefined exception.

  5. ZERO_DIVIDE is an example of predefined exception.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This is an internally defined exception and not a predefined exception.