Oracle Database: Advanced PL/SQL — Question 46
Which two are valid MODIFIER values for the PLSQL_WARNINGS parameter? (Choose two.)
Answer options
- A. DISABLE
- B. ENABLE
- C. ERROR
- D. ALL
- E. SEVERE
Correct answer: D, E
Explanation
The correct answers are D (ALL) and E (SEVERE) because both are recognized as valid MODIFIER values for the PLSQL_WARNINGS parameter, which controls warning visibility in PL/SQL. Options A (DISABLE), B (ENABLE), and C (ERROR) are not valid MODIFIER values for this parameter.