Отключаем и удаляем аудит


ALTER SYSTEM SET AUDIT_TRAIL=NONE SCOPE=SPFILE;
TRUNCATE TABLE sys.aud$;
shutdown immediate;
startup;