Moving audit records
Hi team,
We currently have 10.2.0.5 database on Oracle Linux 5 which needs to have audit enabled. I have done some research and as i can see if AUD$ table stays in current System tablespace it can become very big, and also SYSTEM can have performance issue, for example to become fragmented.
As i can see now DBMS_AUDIT_MGMT.SET_AUDIT_TRAIL_LOCATION can be used to move audit sys tables to another tablespace to minimize this.
So currently i want to test this, before i enable audit and im not sure is it possible to move audit tables before i set audit to DB?