Which database users is the audit policy now active?

You wish to enable an audit policy for all database users, except sys, system, and scott. You issue the following statements:SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SYS;SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SYSTEM; SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SCOTT;For which database users is the audit policy now active?

Question:

Which database users is the audit policy now active?

Options:

all users except sys

all users except scott

all users except sys and scott

all users except sys, system, and scott

Correct Answer

The Correct Answer for this Question is

all users except scott

Leave a Comment