AUD$ table purge job for Oracle 11gR1
May I know what is the proper way to purge AUD$ tables on older 11gR1 database since it doesn't have the DBMS package to housekeep it.
I just manually truncate the table by copying 90 days of audits into a new table and truncate the existing AUD$. There's got to be a simpler way for older DB right?