Space used to store stats - Oracle Database Script. --- Space currently used to store statistics in SYSAUX in KBytes, select occupant_desc, space_usage_kbytes from v$sysaux_occupants where OCCUPANT_DESC like '%Statistics%';
--- Space currently used to store statistics in SYSAUX in KBytes, select occupant_desc, space_usage_kbytes from v$sysaux_occupants where OCCUPANT_DESC like '%Statistics%';