Extent Count And Total Blocks
Extent Count And Total Blocks set linesize 152col tablespace_name FOR a20col status FOR a10SELECT tablespace_name,status,Count(extent_id) “Extent Count”,SUM(blocks) “Total Blocks”,SUM(bytes) / (1024 * 1024 * 1024) … Read more