Database Administration (MOSC)

MOSC Banner

Check if tablespace contains any objects

edited Dec 9, 2013 10:03AM in Database Administration (MOSC) 8 commentsAnswered
I need to verify that tablespace does not have any objects or active rollback segments before taking it offline.

select count(segment_name)
from dba_extents
where tablespace_name ='TABLESPACE1';

returns 0. Is it sufficient to conclude the tablespace can be safely taken offline for futher decomission or is there anything else I need to check?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center