Posts

Showing posts with the label tablespace

Sysaux tablespace and it's object

Image
#################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.