drop tablespace SIRM INCLUDING CONTENTS
drop tablespace SIRM INCLUDING CONTENTS and datafiles;
select owner,segment_name, segment_type from dba_segments where tablespace_name = 'EXAMPLE'; select distinct owner,segment_name, segment_type from dba_extents where tablespace_name='EXAMPLE';