June 2016
Intermediate to advanced
388 pages
5h 49m
English
In this recipe, you'll learn to set whether audit data is queued in memory or is immediately written to audit trail.
To complete this recipe, you'll need an existing user who has the audit_admin role (for example, jack).
audit_admin role (for example, jack):
SQL> connect jack
SQL> EXEC DBMS_AUDIT_MGMT.SET_AUDIT_TRAIL_PROPERTY
(DBMS_AUDIT_MGMT.AUDIT_TRAIL_UNIFIED,DBMS_AUDIT_MGMT.
AUDIT_TRAIL_WRITE_MODE,
DBMS_AUDIT_MGMT.AUDIT_TRAIL_IMMEDIATE_WRITE);
SQL> select * from dba_audit_mgmt_config_params ...Read now
Unlock full access