SQLPLUS檢視oracle sql執行計劃命令

pwz1688發表於2014-03-06

SQL>set autotrace on  --顯示執行計劃和統計資訊  

SQL>set autotrace on explain --只顯示執行計劃  

SQL>set autotrace on statistics --只顯示統計資訊  

SQL>set autotrace traceonly --autotrace on,但不顯示查詢結果  

SQL>set autotrace off --關閉autotrace

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/21251711/viewspace-1102664/,如需轉載,請註明出處,否則將追究法律責任。

相關文章