<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Duplicates when Querying V$TEMPSEG_USAGE?</title>
	<atom:link href="http://hoopercharles.wordpress.com/2010/03/22/duplicates-when-querying-vtempseg_usage/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoopercharles.wordpress.com/2010/03/22/duplicates-when-querying-vtempseg_usage/</link>
	<description>Miscellaneous Random Oracle Topics: Stop, Think, ... Understand</description>
	<lastBuildDate>Thu, 13 Jun 2013 22:46:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2010/03/22/duplicates-when-querying-vtempseg_usage/#comment-2717</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Sat, 22 Jan 2011 03:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=1777#comment-2717</guid>
		<description><![CDATA[Mohammad,

Thank you for the comment.]]></description>
		<content:encoded><![CDATA[<p>Mohammad,</p>
<p>Thank you for the comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammad Illiyaz</title>
		<link>http://hoopercharles.wordpress.com/2010/03/22/duplicates-when-querying-vtempseg_usage/#comment-2713</link>
		<dc:creator><![CDATA[Mohammad Illiyaz]]></dc:creator>
		<pubDate>Fri, 21 Jan 2011 20:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=1777#comment-2713</guid>
		<description><![CDATA[lovely insight Charles....you rock !!!!]]></description>
		<content:encoded><![CDATA[<p>lovely insight Charles&#8230;.you rock !!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2010/03/22/duplicates-when-querying-vtempseg_usage/#comment-555</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Wed, 24 Mar 2010 21:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=1777#comment-555</guid>
		<description><![CDATA[Andreas,

It sounds like you put together a comprehensive monitoring solution.  Thank you for sharing - it is always interesting to hear how other people are tracking performance issues.  

In the VBS category on this blog you will find a couple of scripts that tie directly into several chapters of the book.  Some of those scripts might give you one or two additional ideas for additional monitoring for version 2 of your DB monitoring setup - web-based drill down into problematic sessions and their SQL statements, for instance.]]></description>
		<content:encoded><![CDATA[<p>Andreas,</p>
<p>It sounds like you put together a comprehensive monitoring solution.  Thank you for sharing &#8211; it is always interesting to hear how other people are tracking performance issues.  </p>
<p>In the VBS category on this blog you will find a couple of scripts that tie directly into several chapters of the book.  Some of those scripts might give you one or two additional ideas for additional monitoring for version 2 of your DB monitoring setup &#8211; web-based drill down into problematic sessions and their SQL statements, for instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Buckenhofer</title>
		<link>http://hoopercharles.wordpress.com/2010/03/22/duplicates-when-querying-vtempseg_usage/#comment-554</link>
		<dc:creator><![CDATA[Andreas Buckenhofer]]></dc:creator>
		<pubDate>Wed, 24 Mar 2010 12:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=1777#comment-554</guid>
		<description><![CDATA[Charles,

our current (first version of) monitoring gathers 
1.) CPU / IO / memory: v$osstat, v$filestat/v$tempstat, v$pgastat
2.) transactions / wait events / time model: v$sysmetric (group_id = 2 for user calls, block gets, redo, user tx), $sys_time_model, v$system_event
3.) application-specifics / SQLs: v$tempseg_usage, v$session, v$sql, v$sqlarea and &quot;individual&quot; application instrumentation/logging (e.g. start/end time of ETL loads, start/end time report generation)

Most of the data is collected every minute by a PLSQL package. Analysis is done by data export &amp; Excel.]]></description>
		<content:encoded><![CDATA[<p>Charles,</p>
<p>our current (first version of) monitoring gathers<br />
1.) CPU / IO / memory: v$osstat, v$filestat/v$tempstat, v$pgastat<br />
2.) transactions / wait events / time model: v$sysmetric (group_id = 2 for user calls, block gets, redo, user tx), $sys_time_model, v$system_event<br />
3.) application-specifics / SQLs: v$tempseg_usage, v$session, v$sql, v$sqlarea and &#8220;individual&#8221; application instrumentation/logging (e.g. start/end time of ETL loads, start/end time report generation)</p>
<p>Most of the data is collected every minute by a PLSQL package. Analysis is done by data export &amp; Excel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2010/03/22/duplicates-when-querying-vtempseg_usage/#comment-548</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Wed, 24 Mar 2010 02:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=1777#comment-548</guid>
		<description><![CDATA[Andreas,

Thanks for stopping by my blog.  Great that you found helpful ideas in the book.  Do you want to share a description of what you put together for DB monitoring?]]></description>
		<content:encoded><![CDATA[<p>Andreas,</p>
<p>Thanks for stopping by my blog.  Great that you found helpful ideas in the book.  Do you want to share a description of what you put together for DB monitoring?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Buckenhofer</title>
		<link>http://hoopercharles.wordpress.com/2010/03/22/duplicates-when-querying-vtempseg_usage/#comment-546</link>
		<dc:creator><![CDATA[Andreas Buckenhofer]]></dc:creator>
		<pubDate>Tue, 23 Mar 2010 12:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=1777#comment-546</guid>
		<description><![CDATA[I&#039;m glad the errata submission on apress.com inspired another informative article. In the meantime, the statement (+ some variations on other suggestions in the book) is in production as part of a DB monitoring tool set  :)  .]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m glad the errata submission on apress.com inspired another informative article. In the meantime, the statement (+ some variations on other suggestions in the book) is in production as part of a DB monitoring tool set  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
