Oracle Database 12c: Installation and Administration — Question 139

You execute the following commands to audit database activities:
SQL > ALTER SYSTEM SET AUDIT_TRIAL=DB, EXTENDED SCOPE=SPFILE;
SQL > AUDIT SELECT TABLE, INSERT TABLE, DELETE TABLE BY JOHN By SESSION WHENEVER SUCCESSFUL;
Which statement is true about the audit record that generated when auditing after instance restarts?

Answer options

Correct answer: A

Explanation

The correct answer is A because the auditing configuration specifies that each successful execution of the specified commands will generate an individual audit record that includes the SQL text. The other options are incorrect as they either misrepresent the nature of the audit records or the content they contain.