http://www.shift-the-oracle.com/sqlplus/tutorial/autotrace.html
set lines 200
col plan_plus_exp format a200
set pages 0
set autotrace on
select * from user_ind_columns where TABLE_NAME = 'テーブル名'
order by index_name,column_position