--查询失效索引
SELECT * FROM USER_INDEXES WHERE STATUS = 'UNUSABLE';
--重建失效索引
ALTER INDEX index_name REBUILD;