<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Oracle%2FDatabase%2FOracle_AWR</id>
	<title>Oracle/Database/Oracle AWR - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Oracle%2FDatabase%2FOracle_AWR"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Oracle/Database/Oracle_AWR&amp;action=history"/>
	<updated>2026-05-08T17:40:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Oracle/Database/Oracle_AWR&amp;diff=2005&amp;oldid=prev</id>
		<title>Kenneth: Created page with &quot;== AWR (Automatic Workload Repository) ==  [http://www.orafaq.com/wiki/AWR AWR - Oracle FAQ]: :&quot;AWR (Automatic Workload Repository) is a built-in repository (in the SYSAUX tab...&quot;</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Oracle/Database/Oracle_AWR&amp;diff=2005&amp;oldid=prev"/>
		<updated>2015-04-15T16:52:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== AWR (Automatic Workload Repository) ==  [http://www.orafaq.com/wiki/AWR AWR - Oracle FAQ]: :&amp;quot;AWR (Automatic Workload Repository) is a built-in repository (in the SYSAUX tab...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== AWR (Automatic Workload Repository) ==&lt;br /&gt;
&lt;br /&gt;
[http://www.orafaq.com/wiki/AWR AWR - Oracle FAQ]:&lt;br /&gt;
:&amp;quot;AWR (Automatic Workload Repository) is a built-in repository (in the SYSAUX tablespace) that exists in every Oracle Database. At regular intervals, the Oracle Database makes a snapshot of all of its vital statistics and workload information and stores them in the AWR. &amp;quot;&lt;br /&gt;
&lt;br /&gt;
[http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/autostat.htm Automatic Performance Statistics]:&lt;br /&gt;
:&amp;quot;To effectively diagnose performance problems, statistics must be available. Oracle generates many types of cumulative statistics for the system, sessions, and individual SQL statements. Oracle also tracks cumulative statistics on segments and services. When analyzing a performance problem in any of these scopes, you typically look at the change in statistics (delta value) over the period of time you are interested in. Specifically, you look at the difference between the cumulative value of a statistic at the start of the period and the cumulative value at the end.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[http://www.dba-oracle.com/oracle10g_tuning/t_generating_awr_report.htm Generating the AWR Report]:&lt;br /&gt;
:&amp;quot;This chapter focuses on the skills required for reading and interpreting an Automated Workload Repository (AWR) report, which is very similar to the STATSPACK elapsed-time report.  The AWR elapsed-time report contains valuable information regarding the health of the Oracle instance, but considerable skill is required to fully understand and interpret each section.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[http://www.databasejournal.com/features/oracle/article.php/3772751/Intro-to-Oracles-Automatic-Workload-Repository-AWR.htm Intro to Oracle&amp;#039;s Automatic Workload Repository (AWR) — DatabaseJournal.com]:&lt;br /&gt;
:&amp;quot;For those of you who&amp;#039;ve used the longstanding statspack, you&amp;#039;ll find a lot that is familiar with AWR.  and for those new to this method of performance tuning, you&amp;#039;ll be happy to learn about all the additions that make AWR better, and easier to work with.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[http://www.dba-oracle.com/t_awr_report.htm Oracle AWR report tips]:&lt;br /&gt;
:&amp;quot;See my notes on  Reading Oracle AWR report and see the book  Oracle Tuning: The Definitive Reference for a comprehensive treatment of AWR for Oracle tuning.  Also see these tips for Oracle AWR reports:&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[http://www.dba-oracle.com/art_orafaq_awr_sql_tuning.htm Oracle n-way Streams replication]&lt;br /&gt;
:&amp;quot;For the most comprehensive treatment of Oracle SQL tuning with AWR, see the book  Oracle Tuning: The Definitive Reference and  Oracle SQL Tuning: The Definitive Reference. &lt;br /&gt;
&lt;br /&gt;
:The AWR tables contain super-useful information about the time-series execution plans for SQL statements and this repository can be used to display details about the frequency of usage for table and indexes. This article will explore these AWR tables and expose their secrets.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[http://wiki.oracle.com/page/Oracle+Tuning+with+STATSPACK+and+AWR Oracle Tuning with STATSPACK and AWR - Oracle Wiki]:&lt;br /&gt;
:&amp;quot;The AWR tables are quite simple, extensions of the ancient bstat-estat utilities and the successor to STATSPACK. Whenever an AWR snapshot is requested, Oracle interrogates the in-memory x$ and v$ structures and stores the information in the appropriate Oracle dba_hist views. Having a historical collection over long periods of time gives the DBA the opportunity to accurately simulate and implement an optimal overall performance plan for the database instance.&lt;br /&gt;
The best feature of STATSPACK is that it stores Oracle performance information in a set of 25 tables that can be used to develop historical trends. By interrogating these tables, Oracle professionals can gain tremendous insight into the relative performance of their databases.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[http://www.oracle-base.com/articles/10g/AutomaticWorkloadRepository10g.php ORACLE-BASE - Automatic Workload Repository (AWR) in Oracle Database 10g]:&lt;br /&gt;
:&amp;quot;Oracle have provided many performance gathering and reporting tools over the years. Originally the UTLBSTAT/UTLESTAT scripts were used to monitor performance metrics. Oracle8i introduced the Statspack functionality which Oracle9i extended. In Oracle 10g statspack has evolved into the Automatic Workload Repository (AWR). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.oracle-base.com/articles/10g/AutomaticWorkloadRepository10g.php ORACLE-BASE - Automatic Workload Repository (AWR) in Oracle Database 10g]&lt;br /&gt;
:&amp;quot;Oracle have provided many performance gathering and reporting tools over the years. Originally the UTLBSTAT/UTLESTAT scripts were used to monitor performance metrics. Oracle8i introduced the Statspack functionality which Oracle9i extended. In Oracle 10g statspack has evolved into the Automatic Workload Repository (AWR). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
[http://wiki.oracle.com/page/Oracle+Tuning+with+STATSPACK+and+AWR Oracle Tuning with STATSPACK and AWR - Oracle Wiki]:&lt;br /&gt;
:&amp;quot;The AWR tables are quite simple, extensions of the ancient bstat-estat utilities and the successor to STATSPACK. Whenever an AWR snapshot is requested, Oracle interrogates the in-memory x$ and v$ structures and stores the information in the appropriate Oracle dba_hist views. Having a historical collection over long periods of time gives the DBA the opportunity to accurately simulate and implement an optimal overall performance plan for the database instance. The best feature of STATSPACK is that it stores Oracle performance information in a set of 25 tables that can be used to develop historical trends. By interrogating these tables, Oracle professionals can gain tremendous insight into the relative performance of their databases.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[http://www.dba-oracle.com/art_orafaq_awr_sql_tuning.htm Oracle n-way Streams replication]:&lt;br /&gt;
:&amp;quot;For the most comprehensive treatment of Oracle SQL tuning with AWR, see the book  Oracle Tuning: The Definitive Reference and  Oracle SQL Tuning: The Definitive Reference. &amp;quot;&lt;br /&gt;
:&amp;quot;The AWR tables contain super-useful information about the time-series execution plans for SQL statements and this repository can be used to display details about the frequency of usage for table and indexes. This article will explore these AWR tables and expose their secrets.&amp;quot;&lt;br /&gt;
:&amp;quot;The AWR tables contain super-useful information about the time-series execution plans for SQL statements and this repository can be used to display details about the frequency of usage for table and indexes. This article will explore these AWR tables and expose their secrets.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/autostat.htm#i35176 Automatic Performance Statistics - 5.3.5 Generating Automatic Workload Repository Reports]:&lt;br /&gt;
:&amp;quot;An AWR report shows data captured between two snapshots (or two points in time). The AWR reports are divided into multiple sections. The HTML report includes links that can be used to navigate quickly between sections. The content of the report contains the workload profile of the system for the selected range of snapshots.&lt;br /&gt;
:The primary interface for generating AWR reports is Oracle Enterprise Manager. Whenever possible, you should generate AWR reports using Oracle Enterprise Manager, as described in Oracle Database 2 Day + Performance Tuning Guide. If Oracle Enterprise Manager is unavailable, you can generate AWR reports by running SQL scripts:&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[http://www.orafaq.com/wiki/AWR AWR - Oracle FAQ]:&lt;br /&gt;
:&amp;quot;AWR (Automatic Workload Repository) is a built-in repository (in the SYSAUX  tablespace) that exists in every Oracle Database. At regular intervals, the Oracle Database makes a snapshot of all of its vital statistics and workload information and stores them in the AWR. &amp;quot;&lt;br /&gt;
&lt;br /&gt;
[http://www.dba-oracle.com/oracle10g_tuning/t_generating_awr_report.htm Generating the AWR Report]:&lt;br /&gt;
:&amp;quot;This chapter focuses on the skills required for reading and interpreting an Automated Workload Repository (AWR) report, which is very similar to the STATSPACK elapsed-time report.  The AWR elapsed-time report contains valuable information regarding the health of the Oracle instance, but considerable skill is required to fully understand and interpret each section.&lt;br /&gt;
:While there is only enough room in this chapter to cover the highlights, this important chapter should give users a good idea about what to look for in an AWR report and how to use this data to identify performance problems.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[http://www.databasejournal.com/features/oracle/article.php/3772751/Intro-to-Oracles-Automatic-Workload-Repository-AWR.htm Intro to Oracle&amp;#039;s Automatic Workload Repository (AWR) — DatabaseJournal.com]:&lt;br /&gt;
:&amp;quot;For those of you who&amp;#039;ve used the longstanding statspack, you&amp;#039;ll find a lot that is familiar with AWR.  and for those new to this method of performance tuning, you&amp;#039;ll be happy to learn about all the additions that make AWR better, and easier to work with.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[http://www.dba-oracle.com/t_awr_report.htm Oracle AWR report tips]:&lt;br /&gt;
:&amp;quot;See my notes on  Reading Oracle AWR report and see the book  Oracle Tuning: The Definitive Reference for a comprehensive treatment of AWR for Oracle tuning.  Also see these tips for Oracle AWR reports:&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Running the awrrpt.sql Report ==&lt;br /&gt;
&lt;br /&gt;
[http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/autostat.htm#i35176 Automatic Performance Statistics]:&lt;br /&gt;
&lt;br /&gt;
5.3.5.1 Running the awrrpt.sql Report&lt;br /&gt;
&lt;br /&gt;
To generate an HTML or text report for a range of snapshot Ids, run the awrrpt.sql script at the SQL prompt:&lt;br /&gt;
&lt;br /&gt;
 @$ORACLE_HOME/rdbms/admin/awrrpt.sql&lt;br /&gt;
&lt;br /&gt;
First, you need to specify whether you want an HTML or a text report.&lt;br /&gt;
&lt;br /&gt;
 Enter value for report_type: text&lt;br /&gt;
&lt;br /&gt;
Specify the number of days for which you want to list snapshot Ids.&lt;br /&gt;
&lt;br /&gt;
 Enter value for num_days: 2&lt;br /&gt;
&lt;br /&gt;
After the list displays, you are prompted for the beginning and ending snapshot Id for the workload repository report.&lt;br /&gt;
&lt;br /&gt;
 Enter value for begin_snap: 150&lt;br /&gt;
 Enter value for end_snap: 160&lt;br /&gt;
&lt;br /&gt;
Next, accept the default report name or enter a report name. The default name is accepted in the following example:&lt;br /&gt;
&lt;br /&gt;
 Enter value for report_name: &lt;br /&gt;
 Using the report name awrrpt_1_150_160&lt;br /&gt;
&lt;br /&gt;
The workload repository report is generated.&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;br /&gt;
&lt;br /&gt;
Oracle AWR&lt;br /&gt;
&lt;br /&gt;
[[Category:Oracle]]&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>