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 partition_name,segment_name,bytes from dba_segments where (segment_type = 'TABLE PARTITION') and (tablespace_name <> 'SYSAUX') ;
select table_owner,table_name,partition_name,compression,compress_for from DBA_TAB_PARTITIONS where (table_owner <> 'SYS') and (table_owner <> 'SYSTEM') ;