Running Workload Repository Reports Using SQL Scripts
You can view AWR reports by running the following SQL scripts:
■ The awrrpt.sql SQL script generates an HTML or text report that displays
statistics for a range of snapshot Ids.
■ The awrrpti.sql SQL script generates an HTML or text report that displays
statistics for a range of snapshot Ids on a specified database and instance.
■ The awrsqrpt.sql SQL script generates an HTML or text report that displays
statistics of a particular SQL statement for a range of snapshot Ids. Run this report
to inspect or debug the performance of a SQL statement.
■ The awrsqrpi.sql SQL script generates an HTML or text report that displays
statistics of a particular SQL statement for a range of snapshot Ids on a specified
database and instance. Run this report to inspect or debug the performance of a
SQL statement on a specific database and instance.
■ The awrddrpt.sql SQL script generates an HTML or text report that compares
detailed performance attributes and configuration settings between two selected
time periods.
■ The awrddrpi.sql SQL script generates an HTML or text report that compares
detailed performance attributes and configuration settings between two selected
time periods on a specific database and instance.[@more@]
■ The awrrpt.sql SQL script generates an HTML or text report that displays
statistics for a range of snapshot Ids.
■ The awrrpti.sql SQL script generates an HTML or text report that displays
statistics for a range of snapshot Ids on a specified database and instance.
■ The awrsqrpt.sql SQL script generates an HTML or text report that displays
statistics of a particular SQL statement for a range of snapshot Ids. Run this report
to inspect or debug the performance of a SQL statement.
■ The awrsqrpi.sql SQL script generates an HTML or text report that displays
statistics of a particular SQL statement for a range of snapshot Ids on a specified
database and instance. Run this report to inspect or debug the performance of a
SQL statement on a specific database and instance.
■ The awrddrpt.sql SQL script generates an HTML or text report that compares
detailed performance attributes and configuration settings between two selected
time periods.
■ The awrddrpi.sql SQL script generates an HTML or text report that compares
detailed performance attributes and configuration settings between two selected
time periods on a specific database and instance.[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-1004975/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- AWR: Automatic Workload Repository
- Automatic Workload Repository ViewsView
- DBMS_WORKLOAD_REPOSITORY包
- AWR(Automatic Workload Repository)
- Oracle AWR automatic workload repositoryOracle
- AWR(Automatic Workload Repository)——分析(4)!
- AWR(Automatic Workload Repository)——分析(3)!
- AWR(Automatic Workload Repository)——概述(1)!
- Oracle AWR(Automatic Workload Repository)使用Oracle
- Sql scriptsSQL
- Oracle AWR(Automatic Workload Repository) 說明Oracle
- Automatic Workload Repository (AWR)總結(1)
- Automatic Workload Repository (AWR)總結(2)
- Automatic Workload Repository (AWR)總結(3)
- Oracle AWR(Automatic Workload Repository)使用解析Oracle
- Systemwide Tuning using STATSPACK ReportsIDE
- Automatic Workload Repository Compare Period report
- Oracle10g AWR (Automatic Workload Repository)Oracle
- Automatic Manageability Features : Automatic Workload Repository (52)
- [20210926]使用dbms_workload_repository.add_colored_sql.txtSQL
- DBMS_WORKLOAD_REPOSITORY.DROP_SNAPSHOT_RANGE 手工清理awr
- 自動工作負載庫(Automatic Workload Repository,AWR)負載
- Using Workload Capture and Replay (文件 ID 445116.1)APT
- AWR(Automatic Workload Repository)——比較報告的生成(2)!
- oracle9i SQL ScriptsOracleSQL
- Install mysql(5.6) for Using the MySQL Yum RepositoryMySql
- AWR快照資料遷移(Transporting Automatic Workload Repository Data)
- 使用包DBMS_WORKLOAD_REPOSITORY修改AWR的預設設定
- 10.2.0.3 WORKLOAD REPOSITORY report 最佳化過程記錄
- [20231017]使用dbms_workload_repository.add_colored_sql之2.txtSQL
- Oracle10g New Feature -- 10. AWR (Automatic Workload Repository)Oracle
- 自動工作負載庫理論與操作(Automatic Workload Repository,AWR)負載
- AWR (Automatic Workload Repository) - 不自動產生snapshot是怎麼回事
- 使用SQL-DMO實現定製SQL Scripts (轉)SQL
- Monitor Current SQL Running(10g)SQL
- sql之27 using sql*plusSQL
- sql之26 using sql*plusSQL
- Another git process semms to be running in this repository, e.g. an editor opened by ‘git commit’. PGitMIT