Multiple choice

Which of the following predetermined exceptions is raised if PL/SQL runs out of memory or if memory is corrupted?

  1. PROGRAM_ERROR

  2. STORAGE_ERROR

  3. VALUE_ERROR

  4. None of these

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

STORAGE_ERROR is raised if PL/SQL runs out of memory or if memory is corrupted.