I have created separate tablespace for audit with autoextend on.
But i get following error. When i truncate sys.aud$, it is resolved. Why tablespace is not auto extending ?
ORA-02002: error while writing to audit trail ORA-00604:
error occurred at recursive SQL level 1 ORA-01653:
unable to extend table SYS.AUD$ by 8192 in tablespace AUDSYS
I checked following.
select tablespace_name, autoextensible, maxbytes/1024/1024/1024 "maxbytes" from dba_data_files where tablespace_name='AUDSYS';
AUDSYS YES 31.9999847412109375
Will the data file does not extend after 32 GB ? Can i change this value ?