一共3個step;
成都創(chuàng)新互聯(lián)公司為您提適合企業(yè)的網(wǎng)站設計?讓您的網(wǎng)站在搜索引擎具有高度排名,讓您的網(wǎng)站具備超強的網(wǎng)絡競爭力!結(jié)合企業(yè)自身,進行網(wǎng)站設計及把握,最后結(jié)合企業(yè)文化和具體宗旨等,才能創(chuàng)作出一份性化解決方案。從網(wǎng)站策劃到成都網(wǎng)站建設、做網(wǎng)站, 我們的網(wǎng)頁設計師為您提供的解決方案。
step1:在sql執(zhí)行時,增加hint: /*+gather_plan_statistics*/
step2:查出sql的sql id: select * from v$sql s where s.SQL_TEXT like 'SELECT /*+monitor*/TT.*%'
step3:執(zhí)行下面sql查看真實執(zhí)行計劃;
SELECT
sp.last_starts AS "starts",
sp.last_output_rows AS "rows",
round(sp.last_elapsed_time / 1000000, 2) AS TIME,
sp.last_cr_buffer_gets bf,
sp.depth d,
rtrim(lpad(' ', 2 * (depth - 1)) || operation ||
decode(options, NULL, '', ' ' || options)) "Explain plan",
decode(id,
0,
'------------- ',
substr(decode(substr(object_name, 1, 7),
'SYS_LE_',
NULL,
object_name) || ' ',
1,
30)) AS "object",
本文名稱:查看oracle真實執(zhí)行計劃
瀏覽地址:http://jinyejixie.com/article4/pgehoe.html
成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供企業(yè)網(wǎng)站制作、搜索引擎優(yōu)化、App設計、網(wǎng)站營銷、品牌網(wǎng)站建設、網(wǎng)站內(nèi)鏈
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)