You enabled an audit policy by issuing the following statements:
SQL> AUDIT POLICY ORA_DATABASE_PARAMETER BY SCOTT;
SQL> AUDIT POLICY ORA_DATABASE_PARAMETER BY SYS, SYSTEM;
For which database users and for which executions is the audit policy now active? Select two.
A.
SYS, SYSTEM
B.
SCOTT
C.
Only for successful executions
D.
Only for failed executions
E.
Both successful and failed executions
Explanation:
* The ORA_DATABASE_PARAMETER policy audits commonly used Oracle Database parameter settings. By
default, this policy is not enabled.