The current size of you indexes can be worked out like this:
SQL> select sum(bytes)
2 from dba_segments
3 where segment_name = 'MY_INDEX_IDX';
SUM(BYTES)
----------
41943040
Cheers
|
Results 1 to 10 of 16
Thread: SIZING INDEXESThreaded View
|
Click Here to Expand Forum to Full Width |