Hi All,
We have to close audit, it allocates too many sace. We have to truncate as soon as possible. So, is it safe to truncate SYS.AUD$ table? And should I truncate it in order to make space?
alter system set audit_trail='none' scope=spfile;
Oracle Database 11g Release 11.2.0.4.0 - 64bit Production
Thanks