ORACLE - index_stats

|
analyze index [INDEX_NAME] validate structure;

select *
  from index_stats
;
And