You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select owner,segment_name,partition_name,segment_type, bytes/1024/1024 MB,ratio_to_report(bytes) over() ratio from dba_segments where tablespace_name like '%&ts%' and bytes is not null order by bytes desc)