oracle 9i啟用Execution Plan的方法

來源:互聯網
上載者:User

主要有四步:
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 角色
        關 鍵 詞:  
主要有四步:

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 只顯示執行計畫,但不顯示查詢輸出

Recursive Calls

遞迴調用統計資料是指由於你需要執行其他SQL語句而必須執行的SQL.例如,如果你執行了一個插入
語句,它觸發了一個運行某查詢的觸發器,它就是遞迴SQL.
例如:
select * from sfis1.test4321
alter system flush shared_pool;

打開 autotrace on 就能比較到

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.