DBA Hub

📋Steps in this guide1/1

Space used to store stats

--- Space currently used to store statistics in SYSAUX in KBytes,

oracle configurationintermediate
by OracleDba
20 views
1

Space used to store stats

--- Space currently used to store statistics in SYSAUX in KBytes,

Code/Command (click line numbers to comment):

1
2
select occupant_desc, space_usage_kbytes from v$sysaux_occupants
where OCCUPANT_DESC like '%Statistics%';

Comments (0)

Please to add comments

No comments yet. Be the first to comment!