<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Diff&#8217;ing AWR reports</title>
	<atom:link href="/2011/01/04/diffing-awr-reports/feed/" rel="self" type="application/rss+xml" />
	<link>http://dboptimizer.com/2011/01/04/diffing-awr-reports/</link>
	<description>database performance, SQL tuning and data visualizatoin</description>
	<lastBuildDate>Wed, 18 Oct 2017 22:43:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6</generator>
	<item>
		<title>By: Flash DBA</title>
		<link>http://dboptimizer.com/2011/01/04/diffing-awr-reports/#comment-9072</link>
		<dc:creator>Flash DBA</dc:creator>
		<pubDate>Mon, 24 Sep 2012 14:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://dboptimizer.com/?p=281#comment-9072</guid>
		<description><![CDATA[&lt;a href=&quot;#comment-8893&quot; rel=&quot;nofollow&quot;&gt;@Kyle Hailey&lt;/a&gt; 
Hey Kyle
I gave this a shot as someone sent me 135 HTML AWR reports. It doesn&#039;t leave them in a human-readable format but it does a good enough job that you can convert them all to text and then use grep to pick out interesting values. But then I guess I&#039;m only interested in things like IO latency etc, which tends to be fairly simple to pick out with grep.]]></description>
		<content:encoded><![CDATA[<p><a href="#comment-8893" rel="nofollow">@Kyle Hailey</a><br />
Hey Kyle<br />
I gave this a shot as someone sent me 135 HTML AWR reports. It doesn&#8217;t leave them in a human-readable format but it does a good enough job that you can convert them all to text and then use grep to pick out interesting values. But then I guess I&#8217;m only interested in things like IO latency etc, which tends to be fairly simple to pick out with grep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Hailey</title>
		<link>http://dboptimizer.com/2011/01/04/diffing-awr-reports/#comment-8893</link>
		<dc:creator>Kyle Hailey</dc:creator>
		<pubDate>Wed, 29 Aug 2012 17:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://dboptimizer.com/?p=281#comment-8893</guid>
		<description><![CDATA[Hi Gokul,

   The scripts only work with AWR text reports.
   An AWR html report can be converted into a text report with a tool such as: http://www.nirsoft.net/utils/htmlastext.html

- Kyle]]></description>
		<content:encoded><![CDATA[<p>Hi Gokul,</p>
<p>   The scripts only work with AWR text reports.<br />
   An AWR html report can be converted into a text report with a tool such as: <a href="http://www.nirsoft.net/utils/htmlastext.html" rel="nofollow">http://www.nirsoft.net/utils/htmlastext.html</a></p>
<p>- Kyle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gokul Kumar Gopal</title>
		<link>http://dboptimizer.com/2011/01/04/diffing-awr-reports/#comment-8890</link>
		<dc:creator>Gokul Kumar Gopal</dc:creator>
		<pubDate>Wed, 29 Aug 2012 08:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://dboptimizer.com/?p=281#comment-8890</guid>
		<description><![CDATA[Hi Kyle,

Does the new version of the script support html files as well ?

I am trying to run the script with html converted to txt, but the output files are zero sized.

Rgds,
Gokul]]></description>
		<content:encoded><![CDATA[<p>Hi Kyle,</p>
<p>Does the new version of the script support html files as well ?</p>
<p>I am trying to run the script with html converted to txt, but the output files are zero sized.</p>
<p>Rgds,<br />
Gokul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DB Optimizer &#187; Tuning Blog Entries</title>
		<link>http://dboptimizer.com/2011/01/04/diffing-awr-reports/#comment-739</link>
		<dc:creator>DB Optimizer &#187; Tuning Blog Entries</dc:creator>
		<pubDate>Mon, 24 Oct 2011 19:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://dboptimizer.com/?p=281#comment-739</guid>
		<description><![CDATA[[...] Diff’ing AWR reports [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Diff’ing AWR reports [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuning Blog Entries &#171; Ukrainian Oracle User Group</title>
		<link>http://dboptimizer.com/2011/01/04/diffing-awr-reports/#comment-724</link>
		<dc:creator>Tuning Blog Entries &#171; Ukrainian Oracle User Group</dc:creator>
		<pubDate>Sun, 23 Oct 2011 10:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://dboptimizer.com/?p=281#comment-724</guid>
		<description><![CDATA[[...] Diff’ing AWR reports [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Diff’ing AWR reports [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Hailey</title>
		<link>http://dboptimizer.com/2011/01/04/diffing-awr-reports/#comment-114</link>
		<dc:creator>Kyle Hailey</dc:creator>
		<pubDate>Wed, 12 Jan 2011 19:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://dboptimizer.com/?p=281#comment-114</guid>
		<description><![CDATA[The above script for diff&#039;ing AWR test reports also will work with minor modifications on statspack test reports.
If you have two statspack reports you want to diff, you can send them to me and I will modify the script to work with statspack as well.
For Statspack reports, Tim Gorman has a solid collection of scripts including a script to compare reports. These scripts are based on access to the statspack tables:
http://www.evdbt.com/tools.htm]]></description>
		<content:encoded><![CDATA[<p>The above script for diff&#8217;ing AWR test reports also will work with minor modifications on statspack test reports.<br />
If you have two statspack reports you want to diff, you can send them to me and I will modify the script to work with statspack as well.<br />
For Statspack reports, Tim Gorman has a solid collection of scripts including a script to compare reports. These scripts are based on access to the statspack tables:<br />
<a href="http://www.evdbt.com/tools.htm" rel="nofollow">http://www.evdbt.com/tools.htm</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
