分析語句 -- 分析你的SQL explain plan for 你的SQL; -- 查看索引使用情況(上條語句索引的使用情況) select * from table(dbms_xplan.display);