My Works/Oracle

ORACLE - index_stats

proud0 2009. 1. 26. 17:53
analyze index [INDEX_NAME] validate structure;

select *
  from index_stats
;