Home » Page 5

How to purge SYS.AUD$ table in Oracle

AUD$ table is used in oracle to store the auditing information. Auditing can be enabled for CREATE SESSION, LOGON, LOGOFF, SELECT, INSERT, DELETE statement You can enable auditing only when the AUDIT_TRAIL parameter is set to either DB or DB_EXTENDED value. You can check the parameter value as sqlplus / as sysdbashow parameter AUDIT_TRAIL 11g …

How to purge SYS.AUD$ table in Oracle Read More »

Scroll to Top