DB Version:11.2.0.2
Platform : Solaris 10
One of DB's SYS.AUD$ table grew to 4.5 million records and then when you try to connect from outside the host server , you'll get
ORA-00604: error occurred at recursive SQL level 1
ORA-01653: unable to extend table SYS.AUD$ by 128 in tablespace SYSTEM
But, you can connect with local authentication
sqlplus / as sysdba
We took an export of this table and truncated the table. This fixed the issue.
But questions remain .
The Disk Group where the SYSTEM tablespace is stored had 14 GB free space . So, why was I getting this error?