oracle 9i啟用Execution Plan
主要有四步:
[@more@]1.建立表,透過utlxplan.sql指令碼
SQL> @?/rdbms/admin/utlxplan.sql
2. 建立同義詞為了多個使用者可以共享一個plan_table 並授權給public
SQL> create public synonym plan_table for plan_table;
SQL> grant all on plan_table to public;
3.建立plustrace 角色
SQL> @?/sqlplus/admin/plustrce.sql 執行這個指令碼就可以了。
4、將角色許可權授予public
sql>grant plustrace to public;
完成以上幾步就可以使用autotrace 功能
set timing on --顯示執行時間
set autotrace on 檢視執行計劃和查詢資訊
set autotrace traceonly 只顯示執行計劃,但不顯示查詢輸出
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/73920/viewspace-1002682/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle execution planOracle
- explain plan VS execution planAI
- Explain for the Statistics of Execution PlanAI
- 適當採用Histogram 讓Oracle達成最優Execution PlanHistogramOracle
- Understanding Parallel Execution PlanParallel
- Plan Stability in Oracle 8i/9iOracle
- SAP ABAP SQL的execution plan和cacheSQL
- Retrieve SQL and Execution Plan from AWR SnapshotsSQL
- oracle 9i 開啟autotrace onOracle
- zt_oracle11g sql baseline與sql execution plan執行計劃OracleSQL
- Oracle Parallel ExecutionOracleParallel
- Oracle EXPLAIN PLAN用法OracleAI
- Oracle SYSTEM_PLANOracle
- Oracle simple resource planOracle
- Oracle Performance Tune PlanOracleORM
- Oracle -- 深入體會PLAN_TABLE、PLAN_TABLE$Oracle
- Oracle --- PLAN_TABLE$和PLAN_TABLE區別Oracle
- MySQL 8.0 Reference Manual(讀書筆記59節--Understanding the Query Execution Plan(2))MySql筆記
- MySQL 8.0 Reference Manual(讀書筆記58節--Understanding the Query Execution Plan(1))MySql筆記
- oracle explain plan for的用法OracleAI
- Oracle's Parallel Execution Features(zt)OracleParallel
- Oracle 9i 開啟autotrace on 檢視執行計劃Oracle
- ORACLE EXPLAIN PLAN的總結OracleAI
- 9i,enqueue,ORACLE鎖爭用 檢視爭用型別ENQOracle型別
- 【Oracle】Master Note for Parallel Execution Wait EventsOracleASTParallelAI
- Oracle 9i 配置備用資料庫步驟Oracle資料庫
- Oracle 9i 用RMAN 恢復刪除掉的表Oracle
- Oracle 9i安裝Oracle
- Uninstall Oracle 9iOracle
- oracle 9i 閃回Oracle
- oracle 9i index bug?OracleIndex
- ORACLE 9i statspack使用Oracle
- Oracle 9I dataguard(standby)Oracle
- 【SQL】Using Oracle's Parallel Execution FeaturesSQLOracleParallel
- 【Oracle】並行等待之PX Deq: Execution MsgOracle並行
- 用EXPLAIN PLAN 分析SQL語句AISQL
- oracle 9i for linux 9.2.0.4 中開啟autotrace中的一個bug。OracleLinux
- Oracle SQL Plan Baseline 學習OracleSQL