Purge Table AUD$ regularly
Hello,
Oracle 11.2.0.1 Vanilla (no patches)
My audit table AUD$ grew in SYSTEM till 28 GB
I moved AUD$ to dedicated TBS AUDIT_TBS following article: How To Move The DB Audit Trails To A New Tablespace Using DBMS_AUDIT_MGMT? (Doc ID 1328239.1)
Tablespace Tbsp % Allocated Current Current File %
Name Free Filename GB Used GB Free GB Free
----------------- ------ -------------------------------------------------- ---------- ---------- ---------- ------
AUDIT_TBS 11.7 /home/oracle/app/oracle/oradata/orcl/audit_tbs1.db 31.000 27.376 3.624 11.7
SYSTEM | 97.9 /home/oracle/app/oracle/oradata/orcl/system01.dbf | 31.953 | 0.687 | 31.266 97.9 |
All auditing tables are in new TBS:
TABLE_NAME | TABLESPACE_NAME |
------------------------------ ------------------------------
AUD$ | AUDIT_TBS |
FGA_LOG$ |