Which two are valid MODIFIER values for the PLSQL_WARNINGS parameter? (Choose two.)
Which two are valid MODIFIER values for the PLSQL_WARNINGS parameter? (Choose two.)
VALID MODIFIER values for the PLSQL_WARNINGS parameter include DISABLE and ENABLE. These values control whether the specified warning messages are issued or not. The options ALL and SEVERE are types of qualifiers but not valid values for MODIFIER. Therefore, the correct answers are DISABLE and ENABLE.
D and E https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/PLSQL_WARNINGS.html#GUID-B28D6852-61DB-47E4-B681-C185ABF1BF21 Modifier values: ALL Apply the qualifier to all warning messages SEVERE Apply the qualifier to only those warning messages in the SEVERE category INFORMATIONAL Apply the qualifier to only those warning messages in the INFORMATIONAL category PERFORMANCE Apply the qualifier to only those warning messages in the PERFORMANCE category