sysaux datafile ORA-03297: file contains used data beyond requested RESIZE value
Hello,
Percent usage of the SYSAUX tablespace is equal to 3.5%. So i would like to resize a datafile because is a pretty big.
I'm using alter database datafile 'sysaux.dbf' resize statement to change that file size, but i get ORA-03297.
Latest blocks are occupied by sys objects like SYS.WRI$_OPTSTAT_HISTGRM_HISTORY so there are any opportunity to reclaim a free space and reduce the file size?
Thanks.
Regards,
M.