Database Security Products (MOSC)

MOSC Banner

HOW TO DELETE UNIFIED AUDIT

edited Jul 29, 2020 5:00AM in Database Security Products (MOSC) 4 commentsAnswered

hi all,

i have install oracle 12c R2 on linux el7uek.x86_64.

now i want  to configure a standard audit and i have to eliminate the component of unified audit, by follow the note:

12c: How to configure Standard Auditing equivalent to 11g (Doc ID 2391922.1)

but the script fails and i still have the scructure of Unified audit:

SQL> SELECT PARAMETER, VALUE FROM V$OPTION WHERE PARAMETER = 'Unified Auditing';

PARAMETER         VALUE

--------------------       -----------

Unified Auditing     FALSE

SQL> SELECT DISTINCT POLICY_NAME FROM AUDIT_UNIFIED_ENABLED_POLICIES;

POLICY_NAME

--------------------------------------------------------------------------------

ORA_LOGON_FAILURES

ORA_SECURECONFIG

SQL> NOAUDIT POLICY ORA_LOGON_FAILURES;

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center