You execute the following command to audit database activities: SQL> AUDIT DROP ANY TABLE BY scott BY SESSION WHENEVER SUCCESSFUL; What is the effect of this command()
A:One audit record is created for every successful DROP TABLE command executed in the session of SCOTT.
B:One audit record is generated for the session when SCOTT grants the DROP ANY TABLE privilege to otherusers.
C:One audit record is created for the whole session if user SCOTT successfully drops one or more tables inhis session.
D:One audit record is created for every session of any other user in which a table owned by SCOTT isdropped successfully.
E:One audit record is created for every successful DROP TABLE command executed by any user to drop Tables owned by SCOTT
出自:Oracle认证