In one of your databases, unified auditing is enabled and an SH.SALES
Table exists.
You successfully execute these commands: SQL> CREATE
AUDIT POLICY sales_pol ACTIONS select on sh.sales; SQL> AUDIT POLICY
Sales_pol; Which statement is true about SALES_POL?
A.正确答案AIt is enabled for all users having SELECT privilege on SH.SALES.
B.Only successful queries of SH.SALES are written to the audit trail.
C.It is only enabled for user SH.
D.Audit records are always stored in an external audit file.