Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> calculate size of idx
Hi Lists,
We are going to perform a data load to a table.
To calculate the space required for n rows for a table we use
avg_row_len*n rows from dba_tables.
But how we can do that for indexes ?
B'coz my table has 7 indexes which are built on 10 different columns. I want to add space to index tablespace also... (most of the indexes columns are NUMBER, should I take 32 bytes * n rows to calculate the size )
Thanks and Regards,
Srinivas
![]() |
![]() |