oracle查看有效索引是这个:
select status,T.* from user_indexes T
where table_name='TABLE1'
最好弄个图像界面软件,就能知道,比如:PL/SQL Developer
很简单,直接在PlSQL里面右击表名,选择view,再点击indexes就可以看到了.如图:
1、通过PL/SQL可以直接查看某表是否建索引
2、通过SQL查询select status,T.* from user_indexes T
where table_name='表名'
plsql找到这个表,选中这个表,右键编辑,就能看到了。
用PL/SQL Developer,图形界面,好看不用学语句,哈哈