select * from all_indexes where table_name = '表名' select * from all_ind_columns where table_name = '表名' 注意表名区分大小写