Home »
PL/SQL MCQs
A PL/SQL exception, which occurs when a memory error occurs?
127. A PL/SQL exception, which occurs when a memory error occurs?
- ZERO-DIVIDE
- VALUE_ERROR
- MEMORY_ERROR
- STORAGE_ERROR
Answer: D) STORAGE_ERROR
Explanation:
A PL /SQL exception, which occurs when a memory error occurs, is STORAGE_ERROR.