Unified auditing is enabled in your database. The HR_ADMIN and
OE_ADMIN roles exist and are granted system privileges. You execute the
Command: SQL>CREATE AUDIT POLICY table_aud PRIVILEGES CREATE ANY
TABLE, DROP ANY TABLE ROLES hr_admin,oe_admin;
Which statement is True?
A.正确答案AIt succeeds and needs to be enabled to capture all SQL statements that
Require either the specified privileges or any privilege granted to the HR_ADMIN
Or OE_ADMIN role.
B.It fails because the command does not specify when the unified audit policy
Should be enforced.
C.It succeeds and starts capturing only successful SQL statements for all users
Who have either the specified privileges or roles granted to them.
D.It fails because system privileges cannot be granted with roles in the same Audit policy.