1. 程式人生 > >查詢oracle語句執行計劃

查詢oracle語句執行計劃

解釋:

explain plan for select * from emp where deptno=10;

顯示:

select * from table(dbms_xplan.display);