Hello,
Is there a way to turn off logging to the $aud. I was unable to log into the database as I received a ORA-01653 error. Then as sysdba I truncated this table.
SQL> select count(*) from aud$;
COUNT(*)
----------
1755867
SQL> truncate table aud$;
Table truncated.
I'm keen now to just stop writing to this table. I have another database and the $aud there contains only 1974 rows so I'd be sure there is no logging going on there.
Kind regards,
M