Hi,

The actual space occupied by table data is = blocks * db_block_size

Where blocks we get from dba_tables.

Also the Total size we get from the field, bytes from DBA_SEGMENTS, initial_extent and next_extent from DBA_TABLES


In the similar way how to find , how much space occupied by the index in a table..? There is no field blocks in DBA_INDEXES..?