Oracle Database: Advanced PL/SQL — Question 30

Which two are true about exception handling? (Choose two.)

Answer options

Correct answer: C, E

Explanation

Option C is correct because user-defined exceptions can indeed be declared in various PL/SQL constructs. Option E is also correct as predefined exceptions are part of the standard package and accessible globally. Options A, B, and D are incorrect because they misrepresent how exceptions are managed and declared in PL/SQL.