1.以oracle用戶登錄oracle數(shù)據(jù)庫,執(zhí)行如下命令登錄數(shù)據(jù)庫: sqlplus / as sysdba 2.運(yùn)行如下命令: @?/rdbms/admin/awrrpt.sql 3.出現(xiàn)如下信息時,直接回車(默認(rèn)HTML式) Would you like an HTML report, or a plain text report? 4.出現(xiàn)如下信息時,直接
1.以oracle用戶登錄oracle數(shù)據(jù)庫,執(zhí)行如下命令登錄數(shù)據(jù)庫:
sqlplus / as sysdba
2.運(yùn)行如下命令:
@?/rdbms/admin/awrrpt.sql
3.出現(xiàn)如下信息時,直接回車(默認(rèn)HTML格式)
Would you like an HTML report, or a plain text report?
4.出現(xiàn)如下信息時,直接回車
Enter value for num_days:
控制臺上打印出一系列類似如下的信息:
Snap Instance DB Name Snap Id Snap Started Level
------------ ------------ --------- ------------------ -----
ora11g ORA11G 1789 20 Jun 2011 13:01 1
1790 20 Jun 2011 14:00 1
5.出現(xiàn)如下信息時,從上面的列表中根據(jù)實(shí)際需要選擇AWR報告的起始時間點(diǎn)選擇對應(yīng)的Snap Id,輸入進(jìn)去,并回車;
Enter value for begin_snap:
6.出現(xiàn)如下信息時,從上面的列表中根據(jù)實(shí)際需要選擇AWR報告的結(jié)束時間點(diǎn)選擇對應(yīng)的Snap Id,輸入進(jìn)去,并回車;
Enter value for end_snap:
7.出現(xiàn)如下信息時,直接回車(使用默認(rèn)生成的文件名,如awrrpt_1_1796_1813.html)
Enter value for report_name:
8.打開生成好的AWR報告,進(jìn)行分析
AWR報告內(nèi)容很多,我一般只看下面這一項(xiàng),基本上有問題的SQL就會出現(xiàn)在這個表格里了
SQL ordered by CPU Time
參考資料:
http://blog.itpub.net/17203031/viewspace-700471/
http://wenku.baidu.com/link?url=RpjtoZvlFNOwArVSUHFCzLq1pga3xV4K3uqLB49VYmw4V4qXrmBi4G25fM3Ud62pTs4l0PIHAjf6_e6urC4NW6pvi5M1z8Vzk758tV7OqKe
http://www.cnblogs.com/lanzi/archive/2011/03/07/1975096.html
http://blog.csdn.net/songyang_oracle/article/details/6558503
聲明:本網(wǎng)頁內(nèi)容旨在傳播知識,若有侵權(quán)等問題請及時與本網(wǎng)聯(lián)系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com