Why we want Pure Mode?
The first is the audit trails are no longer written to their traditional pre-12c audit locations. Auditing is consolidated into the Unified Audit views and stored using Oracle SecureFiles. Oracle Secured Files use a proprietary format which means that Unified Audit logs cannot be viewed using editors such vi and may preclude or affect the use of third party logging solutions such as Splunk or HP ArcSight.
Operations done by SYS are also recorded.
Unified Auditing comes standard with Oracle Enterprise Edition; no additional license is required. It is installed by default, but not fully enabled by default.
In Command window
In sqlplus as SYSDBA
In Command window as Administrator
Now pure mode unified auditing is enabled. Let's check.
In sqlplus as SYSDBA
Check out the audit output
For performance reason, you may want to use queued-write method
In sqlplus as SYSDBA
Check configuration
Check what is being auditing out of the box
Setup how many days of audit records we want to keep
Check archive setting
We have to run this for the very first time
Let's purge manually
Let's automate this purging process by setting up scheduled job
hi
ReplyDeletecan we enable/disable fine-grained auditing in oracle 12c enterprise?