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.It 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.正确答案A