DBA Hub

📋Steps in this guide1/1

Occupants usage in sysaux tablespace

select occupant_name,occupant_desc,space_usage_kbytes from v$sysaux_occupants;

oracle configurationintermediate
by OracleDba
17 views
1

Occupants usage in sysaux tablespace

Code/Command (click line numbers to comment):

1
2
select occupant_name,occupant_desc,space_usage_kbytes
from v$sysaux_occupants;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!