oracle執行計劃怎麼看
查看執行計劃的方法有多種,依序如下:
1.開啟熟悉的檢視工具:PL/SQL Developer。
在PL/SQL Developer中寫好一段SQL程式碼後,按F5,PL/SQL Developer會自動開啟執行計畫窗口,顯示該SQL的執行計畫。
2、explain plan for指令
#在sql*plus或PL/SQL Developer開啟的command window中,執行下列指令:
1)explain plan for select * from dual; 回車
2)select * from table(dbms_xplan.display); 回車
php中文網,大量PHP教學及相關程式教學,歡迎學習。
#以上是oracle執行計畫怎麼看的詳細內容。更多資訊請關注PHP中文網其他相關文章!