can someone tell me how can i get the amount of growth of an index in terms of size(bytes) and blocks.
Printable View
can someone tell me how can i get the amount of growth of an index in terms of size(bytes) and blocks.
check the dba_indexes. For column detail, do
SQL> desc dba_indexes
Sam