<?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: Performance tuning SQL queries in Oracle</title>
	<atom:link href="http://blog.hardeep.name/computer/20090217/sql-tuning/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hardeep.name/computer/20090217/sql-tuning/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sql-tuning</link>
	<description>Hardeep's musings on Computers, Finance and Photography</description>
	<lastBuildDate>Sun, 29 Jan 2012 17:38:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Hardeep</title>
		<link>http://blog.hardeep.name/computer/20090217/sql-tuning/comment-page-1/#comment-6766</link>
		<dc:creator>Hardeep</dc:creator>
		<pubDate>Mon, 22 Feb 2010 13:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hardeep.name/?p=846#comment-6766</guid>
		<description>From this blog I can suggest http://blog.hardeep.name/computer/programming/20090224/sql-tuning-ref/ and http://blog.hardeep.name/wp-content/uploads/2009/07/performance_tuning_guide.pdf

If you are interested further, I suggest this book: http://books.google.com/books?id=Ifdbua6o4agC&amp;lpg=PP1&amp;dq=book%20oracle%20sql%20performance%20tuning&amp;pg=PP1#v=onepage&amp;q=book%20oracle%20sql%20performance%20tuning&amp;f=false</description>
		<content:encoded><![CDATA[<p>From this blog I can suggest <a href="http://blog.hardeep.name/computer/programming/20090224/sql-tuning-ref/" rel="nofollow">http://blog.hardeep.name/computer/programming/20090224/sql-tuning-ref/</a> and <a href="http://blog.hardeep.name/wp-content/uploads/2009/07/performance_tuning_guide.pdf" >http://blog.hardeep.name/wp-content/uploads/2009/07/performance_tuning_guide.pdf</a></p>
<p>If you are interested further, I suggest this book: <a href="http://books.google.com/books?id=Ifdbua6o4agC&#038;lpg=PP1&#038;dq=book%20oracle%20sql%20performance%20tuning&#038;pg=PP1#v=onepage&#038;q=book%20oracle%20sql%20performance%20tuning&#038;f=false" >http://books.google.com/books?id=Ifdbua6o4agC&#038;lpg=PP1&#038;dq=book%20oracle%20sql%20performance%20tuning&#038;pg=PP1#v=onepage&#038;q=book%20oracle%20sql%20performance%20tuning&#038;f=false</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunil</title>
		<link>http://blog.hardeep.name/computer/20090217/sql-tuning/comment-page-1/#comment-6758</link>
		<dc:creator>Sunil</dc:creator>
		<pubDate>Sun, 21 Feb 2010 23:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hardeep.name/?p=846#comment-6758</guid>
		<description>Hi Hardeep,

I found your session quite informative, i want to learn how explain plan works and how can I understand explain plan and the terminology used in it, to tune my code. is this something you can help?  any article ? book ? examples ?</description>
		<content:encoded><![CDATA[<p>Hi Hardeep,</p>
<p>I found your session quite informative, i want to learn how explain plan works and how can I understand explain plan and the terminology used in it, to tune my code. is this something you can help?  any article ? book ? examples ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heinz Kabutz</title>
		<link>http://blog.hardeep.name/computer/20090217/sql-tuning/comment-page-1/#comment-774</link>
		<dc:creator>Heinz Kabutz</dc:creator>
		<pubDate>Thu, 09 Apr 2009 07:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hardeep.name/?p=846#comment-774</guid>
		<description>With P6Spy, you have a JDBC driver that logs the times automatically.  The beauty is that it is database independent, so I can apply the same technique whether the customer is using Sybase, DB2, Oracle, MySQL, etc.  Once we have discovered that the database is indeed a bottleneck, we would pass that information to someone like you who can then run a detailed trace.  Thanks for the link for Oracle though :-)</description>
		<content:encoded><![CDATA[<p>With P6Spy, you have a JDBC driver that logs the times automatically.  The beauty is that it is database independent, so I can apply the same technique whether the customer is using Sybase, DB2, Oracle, MySQL, etc.  Once we have discovered that the database is indeed a bottleneck, we would pass that information to someone like you who can then run a detailed trace.  Thanks for the link for Oracle though <img src='http://blog.hardeep.name/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hardeep Singh</title>
		<link>http://blog.hardeep.name/computer/20090217/sql-tuning/comment-page-1/#comment-772</link>
		<dc:creator>Hardeep Singh</dc:creator>
		<pubDate>Thu, 09 Apr 2009 07:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hardeep.name/?p=846#comment-772</guid>
		<description>@Kabutz, yes please feel free. Rather than manually logging the times, it would be more convienient - and helpful for the &#039;expert&#039; - to generate a database level trace. Here is how to do that:

http://repettas.wordpress.com/2008/09/19/oracle-10046-trace-for-new-users/</description>
		<content:encoded><![CDATA[<p>@Kabutz, yes please feel free. Rather than manually logging the times, it would be more convienient &#8211; and helpful for the &#8216;expert&#8217; &#8211; to generate a database level trace. Here is how to do that:</p>
<p><a href="http://repettas.wordpress.com/2008/09/19/oracle-10046-trace-for-new-users/" rel="nofollow">http://repettas.wordpress.com/2008/09/19/oracle-10046-trace-for-new-users/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heinz Kabutz</title>
		<link>http://blog.hardeep.name/computer/20090217/sql-tuning/comment-page-1/#comment-766</link>
		<dc:creator>Heinz Kabutz</dc:creator>
		<pubDate>Wed, 08 Apr 2009 12:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hardeep.name/?p=846#comment-766</guid>
		<description>Nice talk.  DB Performance is still a bit of a mystery to me.  I usually log the times that each query takes and if they are long, then I&#039;ll point them to an expert like yourself.  At least I will know who to ask for advice next time I write a horribly slow DB query :-)))

Heinz</description>
		<content:encoded><![CDATA[<p>Nice talk.  DB Performance is still a bit of a mystery to me.  I usually log the times that each query takes and if they are long, then I&#8217;ll point them to an expert like yourself.  At least I will know who to ask for advice next time I write a horribly slow DB query <img src='http://blog.hardeep.name/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ))</p>
<p>Heinz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Further reading: SQL performance tuning &#171; Digital Wealth</title>
		<link>http://blog.hardeep.name/computer/20090217/sql-tuning/comment-page-1/#comment-608</link>
		<dc:creator>Further reading: SQL performance tuning &#171; Digital Wealth</dc:creator>
		<pubDate>Tue, 24 Feb 2009 13:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hardeep.name/?p=846#comment-608</guid>
		<description>[...] the video tutorial here if you haven&#8217;t [...]</description>
		<content:encoded><![CDATA[<p>[...] the video tutorial here if you haven&#8217;t [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

