Multiple choice Which of the following predefined exceptions raises out of memory error in PL/SQL? PROGRAM_ERROR NO_DATA_FOUND SELF_IS_NULL ACCESS_INTO_NULL 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.