本機生成遠端資料庫AWR報告
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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 如何在12.2版本ADG備庫生成AWR報告
- 達夢資料庫如何來配置並生成AWR報告資料庫
- 【AWR】Oracle批量生成awr報告指令碼Oracle指令碼
- 達夢資料庫AWR報告日常管理方法資料庫
- Oracle生成awr報告操作步驟Oracle
- awr報告每天自動生成指令碼指令碼
- 【AWR】Oracle資料庫建立awr基線Oracle資料庫
- [20230220][20230110]生成相關備庫的awr報表
- Oracle 客戶端生成AWR方法Oracle客戶端
- Oracle 12.2 physical standby備庫收集AWR報告Oracle
- 遠端工作報告:從遠端到混合
- 遠端連線mysql資料庫MySql資料庫
- Oracle資料庫(單機)巡檢報告Oracle資料庫
- 解決 windows遠端桌面報錯“CredSSP加密資料庫修正”Windows加密資料庫
- 資料庫遠端連線失敗資料庫
- ORACLE 配置連線遠端資料庫Oracle資料庫
- oracle rac 單個例項不能生成awr報告的問題Oracle
- 宜信資料庫實踐|解讀Oracle AWR效能分析報告,更快定位效能瓶頸資料庫Oracle
- AWR報告基礎操作
- navicat 遠端連結資料庫報錯10061,1130解決資料庫
- [20230303]生成相關備庫的awr報表(補充說明).txt
- 解決navicat遠端連線資料庫報2059錯誤的方法資料庫
- Oracle 11.2.0.3.0中執行awrrpt.sql生成awr報告報ora-06502錯誤OracleSQL
- SqlServer資料庫資料恢復報告SQLServer資料庫資料恢復
- 如何遠端管理天翼雲RDS資料庫資料庫
- PHP 遠端使用 PDO 連線 access 資料庫PHP資料庫
- PL/SQL Developer連線遠端Oracle資料庫SQLDeveloperOracle資料庫
- MySQL資料庫遠端連線開啟方法MySql資料庫
- 用SQLyog或Navicat遠端連線資料庫SQL資料庫
- dbca建立資料庫時報錯ORA-13516: AWR Operation failed: CATPROC not valid資料庫AI
- 如何使用 MySQL Workbench 自動生成 ER 圖、同步更新遠端資料庫 - MySQL Workbench 使用教程MySql資料庫
- 億歐智庫:2020遠端辦公研究報告(附下載)
- Linux 實現本、異地遠端資料實時同步功能Linux
- 寫資料庫實驗報告資料庫
- 備份mysql資料庫報告MySql資料庫
- 遠端備份資料庫和檔案的方法資料庫
- linux配置mysql資料庫遠端連線失敗LinuxMySql資料庫
- ORACLE AWR效能報告和ASH效能報告的解讀Oracle