<?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: Health Check</title>
	<atom:link href="http://jonathanlewis.wordpress.com/2009/06/04/health-check/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanlewis.wordpress.com/2009/06/04/health-check/</link>
	<description>Just another Oracle weblog</description>
	<lastBuildDate>Fri, 24 May 2013 13:27:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Flado</title>
		<link>http://jonathanlewis.wordpress.com/2009/06/04/health-check/#comment-33327</link>
		<dc:creator><![CDATA[Flado]]></dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=1394#comment-33327</guid>
		<description><![CDATA[I&#039;ve actually done lots of these things (albeit a bit more specific - &quot;Performance Health Checks&quot;). What I usually did was leave some sar -q, sar -u, and vmstat scripts running on the box (or use Performance Monitor in the single case where Windows was involved), install StatsPack (if not present) and schedule hourly snapshots, and then start interviewing the resident DBA about known problems I should specifically address. While waiting for the first couple of snapshots to be ready, I briefly look at the things Paweł and Tony listed (parameters, statistics, alert log, etc.)
Assuming the Health Check takes place during normal operation of the database (not, say, on a weekend) the first StatsPack report gives me an idea where the fruits hang. Then I grab the lowest-hanging one and start discussing optimization strategies with the DBA and/or any developers that may be present (on rare occasions, sadly).
The next day I look at what happened during the night on the box and in the database and address any (potential) problems found there.
In the end, I go home and write a report of what I&#039;ve found and any recommendations I have.

Each Performance Health Check I&#039;ve made turned out differently, but the above is the basic plan I have in mind when arriving at the customer site. 
Oracle 10g made the diagnostics easier (dbms_xplan and all the other goodness), and at the sites that had licensed the Diagnostics Pack I could do some longer-term trend analysis (if you can call looking at Excel charts in search of unusual peaks &quot;trend analysis&quot;).]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve actually done lots of these things (albeit a bit more specific &#8211; &#8220;Performance Health Checks&#8221;). What I usually did was leave some sar -q, sar -u, and vmstat scripts running on the box (or use Performance Monitor in the single case where Windows was involved), install StatsPack (if not present) and schedule hourly snapshots, and then start interviewing the resident DBA about known problems I should specifically address. While waiting for the first couple of snapshots to be ready, I briefly look at the things Paweł and Tony listed (parameters, statistics, alert log, etc.)<br />
Assuming the Health Check takes place during normal operation of the database (not, say, on a weekend) the first StatsPack report gives me an idea where the fruits hang. Then I grab the lowest-hanging one and start discussing optimization strategies with the DBA and/or any developers that may be present (on rare occasions, sadly).<br />
The next day I look at what happened during the night on the box and in the database and address any (potential) problems found there.<br />
In the end, I go home and write a report of what I&#8217;ve found and any recommendations I have.</p>
<p>Each Performance Health Check I&#8217;ve made turned out differently, but the above is the basic plan I have in mind when arriving at the customer site.<br />
Oracle 10g made the diagnostics easier (dbms_xplan and all the other goodness), and at the sites that had licensed the Diagnostics Pack I could do some longer-term trend analysis (if you can call looking at Excel charts in search of unusual peaks &#8220;trend analysis&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris_c</title>
		<link>http://jonathanlewis.wordpress.com/2009/06/04/health-check/#comment-33302</link>
		<dc:creator><![CDATA[Chris_c]]></dc:creator>
		<pubDate>Mon, 08 Jun 2009 06:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=1394#comment-33302</guid>
		<description><![CDATA[The other meaning I have seen attached to this is that something is not working as expected (Tune that slow database!), and management are asking is the database configured correctly because obviously our application is perfect and its having perfomance problems because of the &quot;slow&quot; database.

in these cases its usually a matter of checking the install and any patches have been performed correctly, reviewing the configuration to make sure it makes sense and there are no obviously badly set parameters (e.g. a 639MB SGA on a machine with 640MB of ram). Then proceeding to actually perfrom some usefull diagnostics of why the appplication is performing badly rather than tweak random parameters untill it sort of works.]]></description>
		<content:encoded><![CDATA[<p>The other meaning I have seen attached to this is that something is not working as expected (Tune that slow database!), and management are asking is the database configured correctly because obviously our application is perfect and its having perfomance problems because of the &#8220;slow&#8221; database.</p>
<p>in these cases its usually a matter of checking the install and any patches have been performed correctly, reviewing the configuration to make sure it makes sense and there are no obviously badly set parameters (e.g. a 639MB SGA on a machine with 640MB of ram). Then proceeding to actually perfrom some usefull diagnostics of why the appplication is performing badly rather than tweak random parameters untill it sort of works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TanteKaethe</title>
		<link>http://jonathanlewis.wordpress.com/2009/06/04/health-check/#comment-33258</link>
		<dc:creator><![CDATA[TanteKaethe]]></dc:creator>
		<pubDate>Fri, 05 Jun 2009 05:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=1394#comment-33258</guid>
		<description><![CDATA[I&#039;m missing the goal/target in the question about a &quot;Health Check on Oracle database&quot;. Who is the target group? What&#039;s the purpose? When should the checks be done (Regularly ;) ) etc. 
After defining the &quot;playing grounds&quot; specific actions for checks can be defined.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m missing the goal/target in the question about a &#8220;Health Check on Oracle database&#8221;. Who is the target group? What&#8217;s the purpose? When should the checks be done (Regularly ;) ) etc.<br />
After defining the &#8220;playing grounds&#8221; specific actions for checks can be defined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirk</title>
		<link>http://jonathanlewis.wordpress.com/2009/06/04/health-check/#comment-33253</link>
		<dc:creator><![CDATA[Kirk]]></dc:creator>
		<pubDate>Thu, 04 Jun 2009 21:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=1394#comment-33253</guid>
		<description><![CDATA[&quot;what sort of activity do you think they might have in mind ?&quot;  

My guess is you have one of two things happening here.  First option, you have a management team that wants something they can point to and say &quot;See, it is running fine.  The Health Check says so.&quot;  The other option is that you have someone new to the role of DBA (or at least new to Oracle) and they want something (or set of things) they can check periodically to let them know things are OK.  Either way there is some more requirements gathering to do before you can give them an answer that will help them accomplish their goal.]]></description>
		<content:encoded><![CDATA[<p>&#8220;what sort of activity do you think they might have in mind ?&#8221;  </p>
<p>My guess is you have one of two things happening here.  First option, you have a management team that wants something they can point to and say &#8220;See, it is running fine.  The Health Check says so.&#8221;  The other option is that you have someone new to the role of DBA (or at least new to Oracle) and they want something (or set of things) they can check periodically to let them know things are OK.  Either way there is some more requirements gathering to do before you can give them an answer that will help them accomplish their goal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Shuttlewood</title>
		<link>http://jonathanlewis.wordpress.com/2009/06/04/health-check/#comment-33252</link>
		<dc:creator><![CDATA[Richard Shuttlewood]]></dc:creator>
		<pubDate>Thu, 04 Jun 2009 21:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=1394#comment-33252</guid>
		<description><![CDATA[Good question.  I suspect there will be many interpretations,  but as a first cut:

(Potentially some stuff which is version dependant which I&#039;ll avoid...)

- ask customer/users about any known issues
- Licencing Audit
- Review of patch or even version status
- Check logs for oddities
- check for invalid objects
- review of performance,  look at whole tuning arena
- Security
- suitability of backup strategy

r.]]></description>
		<content:encoded><![CDATA[<p>Good question.  I suspect there will be many interpretations,  but as a first cut:</p>
<p>(Potentially some stuff which is version dependant which I&#8217;ll avoid&#8230;)</p>
<p>- ask customer/users about any known issues<br />
- Licencing Audit<br />
- Review of patch or even version status<br />
- Check logs for oddities<br />
- check for invalid objects<br />
- review of performance,  look at whole tuning arena<br />
- Security<br />
- suitability of backup strategy</p>
<p>r.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Charpak</title>
		<link>http://jonathanlewis.wordpress.com/2009/06/04/health-check/#comment-33251</link>
		<dc:creator><![CDATA[Joseph Charpak]]></dc:creator>
		<pubDate>Thu, 04 Jun 2009 20:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=1394#comment-33251</guid>
		<description><![CDATA[&quot;Health Check on Oracle database&quot; out of context, to me, is asking &quot;is my application running slow?&quot;, which by itself is also not a very useful question. But I would suggest something to alert someone if a blocking lock exists for more than n seconds, if any query takes more than n seconds to return (this n certainly need not be the same as the previous n). I would also like to know if the database is about to run out of space, from the filesystem level, on up. Bottom line though, isn&#039;t the performance pack/enterprise manager supposed to be the health check?]]></description>
		<content:encoded><![CDATA[<p>&#8220;Health Check on Oracle database&#8221; out of context, to me, is asking &#8220;is my application running slow?&#8221;, which by itself is also not a very useful question. But I would suggest something to alert someone if a blocking lock exists for more than n seconds, if any query takes more than n seconds to return (this n certainly need not be the same as the previous n). I would also like to know if the database is about to run out of space, from the filesystem level, on up. Bottom line though, isn&#8217;t the performance pack/enterprise manager supposed to be the health check?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://jonathanlewis.wordpress.com/2009/06/04/health-check/#comment-33250</link>
		<dc:creator><![CDATA[Tony]]></dc:creator>
		<pubDate>Thu, 04 Jun 2009 20:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=1394#comment-33250</guid>
		<description><![CDATA[This really is a loaded question.  Some very basic guesses:

The presence of ORA-600/7445 errors in the alert log?
Are any tablespaces nearly full (without autoextend)?
A test of I/O throughput against some benchmark?
A test of SQL response time against some benchmark (ala OEM)?]]></description>
		<content:encoded><![CDATA[<p>This really is a loaded question.  Some very basic guesses:</p>
<p>The presence of ORA-600/7445 errors in the alert log?<br />
Are any tablespaces nearly full (without autoextend)?<br />
A test of I/O throughput against some benchmark?<br />
A test of SQL response time against some benchmark (ala OEM)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paweł Barut</title>
		<link>http://jonathanlewis.wordpress.com/2009/06/04/health-check/#comment-33249</link>
		<dc:creator><![CDATA[Paweł Barut]]></dc:creator>
		<pubDate>Thu, 04 Jun 2009 20:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=1394#comment-33249</guid>
		<description><![CDATA[If i would get existing DB under my responsibility I would start with:
- check undo/temp/flashback configurations
- review non-default init parameters
- review shared memory setup
- check backup and recovery status/strategy
- check available space in tablespaces
- check if table/index statistics are currect
- check if tables might benefit from shrinking
- review security - unlocked user/ weak passwords

and more application specific:
- check if there are indexes that are redundant / not ever used
- check if there are no missing indexes (ex. for fk)

and many more...

/Paweł]]></description>
		<content:encoded><![CDATA[<p>If i would get existing DB under my responsibility I would start with:<br />
- check undo/temp/flashback configurations<br />
- review non-default init parameters<br />
- review shared memory setup<br />
- check backup and recovery status/strategy<br />
- check available space in tablespaces<br />
- check if table/index statistics are currect<br />
- check if tables might benefit from shrinking<br />
- review security &#8211; unlocked user/ weak passwords</p>
<p>and more application specific:<br />
- check if there are indexes that are redundant / not ever used<br />
- check if there are no missing indexes (ex. for fk)</p>
<p>and many more&#8230;</p>
<p>/Paweł</p>
]]></content:encoded>
	</item>
</channel>
</rss>
