Multiple choice

Which of the following predefined exceptions raises out of memory error in PL/SQL?

  1. PROGRAM_ERROR

  2. NO_DATA_FOUND

  3. SELF_IS_NULL

  4. ACCESS_INTO_NULL

  5. None of the above

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

STORAGE_ERROR is raised when PL/SQL ran out of memory or memory was corrupted.