Sysaux tablespace and it's object


#################Check whats occupying SYSAUX tablespace########################

SQL> --Check whats occupying SYSAUX tablespace:
SQL> --Occupent occupying space  in sysaux tablespac
SQL>
SQL> set pages 333 lines 222
SQL> select occupant_name,occupant_desc,space_usage_kbytes from v$sysaux_occupants;




Thanks & Regards
Nikhil Kumar.

Comments

  1. Also you can use below script to get the details of occupants from sysaux tablespace.

    {ORACLE_HOME}/rdbms/admin/utlsyxsz.sql

    Thanks & Regards
    Nikhil Kumar.

    ReplyDelete

Post a Comment

Popular posts from this blog

How to set the root password after creating instance on oracle cloud

TNS-12541 TNS-12560 TNS-00511 TNS:protocol adapter error No listener

Queryable inventory could not determine the current opatch status.