Code:
select index_name, leaf_blocks,
       AVG_LEAF_BLOCKS_PER_KEY,
       AVG_DATA_BLOCKS_PER_KEY,
       CLUSTERING_FACTOR,
       status,
       last_analyzed
from dba_indexes
where index_name = 'XXXXX'
/
Can you post the result of the above query.

Tamil