 




<?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: Oracle 10G tuning statements</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/oracle-10g-tuning-statements/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-10g-tuning-statements/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 10:29:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Oracle 10G tuning statements (Q/A) &#124; Seek The Sun Slowly</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-10g-tuning-statements/#comment-108149</link>
		<dc:creator>Oracle 10G tuning statements (Q/A) &#124; Seek The Sun Slowly</dc:creator>
		<pubDate>Fri, 08 Jun 2012 05:30:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-108149</guid>
		<description><![CDATA[[...] Address: http://itknowledgeexchange.techtarget.com/itanswers/oracle-10g-tuning-statements/        (0) Comments   Read [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Address: <a href="http://itknowledgeexchange.techtarget.com/itanswers/oracle-10g-tuning-statements/" rel="nofollow">http://itknowledgeexchange.techtarget.com/itanswers/oracle-10g-tuning-statements/</a>        (0) Comments   Read [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kpierno</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-10g-tuning-statements/#comment-44763</link>
		<dc:creator>kpierno</dc:creator>
		<pubDate>Wed, 05 Oct 2005 13:21:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-44763</guid>
		<description><![CDATA[Here are some things to keep in mind when tuning on 10g.

1. 10g now uses a new cost based optimizer by default
2. tkprof and explain plan help a ton you may also want to check out ADDM with its sql tuning advisors.
3. Don&#039;t forget to run analyze command on your tables, if you do not have a good set of statistics the optimizer will often choose a bad path.
4. Take advantage of the AWR reports (similar to good old statspack) run a snapshot prior to and following your query for additional tuning information.
5. Be wary of any joins done on the v$ tables, the new cost optimizer does not always handle them well and you will need to add the use hints to get decent results. I have done an explain on some queries where I join two or three v$ tables and it results in a cartesian joins. Oracle has provided hints so these queries actually complete in a timely fashion, as opposed to the 45 minutes it was taking before.

I hope this helps you with some things to think about.

Keith]]></description>
		<content:encoded><![CDATA[<p>Here are some things to keep in mind when tuning on 10g.</p>
<p>1. 10g now uses a new cost based optimizer by default<br />
2. tkprof and explain plan help a ton you may also want to check out ADDM with its sql tuning advisors.<br />
3. Don&#8217;t forget to run analyze command on your tables, if you do not have a good set of statistics the optimizer will often choose a bad path.<br />
4. Take advantage of the AWR reports (similar to good old statspack) run a snapshot prior to and following your query for additional tuning information.<br />
5. Be wary of any joins done on the v$ tables, the new cost optimizer does not always handle them well and you will need to add the use hints to get decent results. I have done an explain on some queries where I join two or three v$ tables and it results in a cartesian joins. Oracle has provided hints so these queries actually complete in a timely fashion, as opposed to the 45 minutes it was taking before.</p>
<p>I hope this helps you with some things to think about.</p>
<p>Keith</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.039 seconds using memcached
Object Caching 279/285 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 11:22:16 -->