本機生成遠端資料庫AWR報告

studywell發表於2018-03-23


1、本機命令列連線oracle資料庫
sqlplus /nolog
SQL> conn system/oracle@98149


2、執行生成AWR報告命令
SQL> @?/rdbms/admin/awrrpt.sql


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


   DB Id    DB Name      Inst Num Instance
----------- ------------ -------- ------------
 1244647887 ORAL                1 oral




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'
-----------------------------------------------------------------此處輸入html
輸入 report_type 的值:  html


Type Specified:  html




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


   DB Id     Inst Num DB Name      Instance     Host
------------ -------- ------------ ------------ ------------
* 1244647887        1 ORAL         oral         s11ora11


Using 1244647887 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.


-----------------------------------------------------------------此處輸入需要檢視報告的天數
輸入 num_days 的值:  1


Listing the last day's Completed Snapshots


                                                        Snap
Instance     DB Name        Snap Id    Snap Started    Level
------------ ------------ --------- ------------------ -----
oral         ORAL             17512 23 3月  2018 00:00     1
                              17513 23 3月  2018 00:30     1
                              17514 23 3月  2018 01:00     1
                              17515 23 3月  2018 01:30     1
                              17516 23 3月  2018 02:00     1
                              17517 23 3月  2018 02:30     1
                              17518 23 3月  2018 03:00     1
                              17519 23 3月  2018 03:30     1
                              17520 23 3月  2018 04:00     1
                              17521 23 3月  2018 04:30     1
                              17522 23 3月  2018 05:00     1
                              17523 23 3月  2018 05:30     1
                              17524 23 3月  2018 06:00     1
                              17525 23 3月  2018 06:30     1
                              17526 23 3月  2018 07:00     1
                              17527 23 3月  2018 07:30     1
                              17528 23 3月  2018 08:00     1
                              17529 23 3月  2018 08:30     1
                              17530 23 3月  2018 09:00     1




-----------------------------------------------------------------輸入對應時間的snap_id
Specify the Begin and End Snapshot Ids
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
輸入 begin_snap 的值:  17529
Begin Snapshot Id specified: 17529


輸入 end_snap 的值:  17530
End   Snapshot Id specified: 17530






Specify the Report Name
~~~~~~~~~~~~~~~~~~~~~~~
The default report file name is awrrpt_1_17529_17530.html.  To use this name,
press <return> to continue, otherwise enter an alternative.
-----------------------------------------------------------------直接回車,在命令列啟動目錄路徑下生成報告
輸入 report_name 的值:








來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29519108/viewspace-2152152/,如需轉載,請註明出處,否則將追究法律責任。

相關文章