To list table blocks, empty blocks, extent count, and chain block count Home > Database Blog > To list table blocks, empty blocks, extent count, and chain block count SELECT blocks as BLOCKS_USED, empty_blocks FROM dba_tablesWHERE table_name=TNAME;SELECT chain_cnt AS CHAINED_BLOCKSFROM dba_tablesWHERE table_name=TNAME;SELECT COUNT(*) AS EXTENT_COUNTFROM dba_extentsWHERE segment_name=TNAME; Doyensys social@doyensys.com Recent Posts API to Update Item Status in Oracle E-Business Suite API to Update the Item Categories in Oracle EBS Sample code to create a Qualifier for an Existing Modifier