溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何使用awrrpt.sql 生成AWR報告

發(fā)布時間:2021-09-01 15:57:13 來源:億速云 閱讀:157 作者:chen 欄目:關系型數(shù)據(jù)庫

本篇內(nèi)容主要講解“如何使用awrrpt.sql 生成AWR報告”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“如何使用awrrpt.sql 生成AWR報告”吧!

使用  /home/oracle/app/oracle/product/11.2.9/dbhome_1/rdbms/admin/awrrpt.sql  腳本生成awr報告

oracle@linux:~> sqlplus / as sysdba

SQL*Plus: Release 11.2.0.3.0 Production on 星期三 8月 19 07:34:53 2015

Copyright (c) 1982, 2011, Oracle.  All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> @/home/oracle/app/oracle/product/11.2.9/dbhome_1/rdbms/admin/awrrpt.sql        awrrpt.sql 該腳本的絕對路徑;

Current Instance
~~~~~~~~~~~~~~~~

   DB Id    DB Name     Inst Num Instance
----------- ------------ -------- ------------
1407296662 ORCL          1 orcl


Specify the Report Type
~~~~~~~~~~~~~~~~~~~~~~~
Would you like an HTML report, or a plain text report?
Enter 'html' for an HTML report, or 'text' for plain text
Defaults to 'html'
Enter value for report_type: html                 報告類型,html或text

Instances in this Workload Repository schema
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   DB Id     Inst Num DB Name        Instance     Host
------------ -------- ------------ ------------ ------------
* 1407296662         1 ORCL        orcl      linux

Using 1407296662 for database Id
Using            1 for instance number


Specify the number of days of snapshots to choose from
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Entering the number of days (n) will result in the most recent
(n) days of snapshots being listed.  Pressing <return> without
specifying a number lists all completed snapshots.


Enter value for num_days: 1                 要生成報告的天數(shù),默認是7天

Listing the last day's Completed Snapshots

                                   Snap
Instance     DB Name         Snap Id    Snap Started    Level
------------ ------------ --------- ------------------ -----
orcl         ORCL              2179 19 8月  2015 00:00     1
                               2180 19 8月  2015 01:00     1
                               2181 19 8月  2015 02:00     1
                               2182 19 8月  2015 03:00     1
                               2183 19 8月  2015 04:00     1
                               2184 19 8月  2015 05:00     1
                               2185 19 8月  2015 06:00     1
                               2186 19 8月  2015 07:00     1



Specify the Begin and End Snapshot Ids
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Enter value for begin_snap: 2181           開始快照的id 如:2181

Begin Snapshot Id specified: 2181

Enter value for end_snap: 2183             結束快照的id 如:2183
End   Snapshot Id specified: 2183



Specify the Report Name
~~~~~~~~~~~~~~~~~~~~~~~
The default report file name is awrrpt_1_2181_2183.html.  To use this name,
press <return> to continue, otherwise enter an alternative.

Enter value for report_name: awrrpt_1_2181_2183.html             生成報告的名稱

............................................

</body></html>
Report written to awrrpt_1_2181_2183.html                 當看到這個表示生成成功了;

oracle@linux:~> ll /home/oracle/awrrpt_1_2181_2183.html
-rw-r--r-- 1 oracle dba 379333 2015-08-19 07:38 /home/oracle/awrrpt_1_2181_2183.html

默認保存在/home/oracle 的路徑下;

到此,相信大家對“如何使用awrrpt.sql 生成AWR報告”有了更深的了解,不妨來實際操作一番吧!這里是億速云網(wǎng)站,更多相關內(nèi)容可以進入相關頻道進行查詢,關注我們,繼續(xù)學習!

向AI問一下細節(jié)

免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權內(nèi)容。

AI