How To Purge The UNIFIED AUDIT TRAIL ?
Oracle Database – Enterprise Edition – Version 12.1.0.1 and later The unified audit trail can be purged using the DBMS_AUDIT_MGMT package: You can also use the last_arch_timestamp, if you don’t want to purge all the audit record and kept the most recent record: Since Unified Auditing caches the audit trail in memory to implement a … Read more