<?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: Hints on Hints</title>
	<atom:link href="http://jonathanlewis.wordpress.com/2009/05/09/hints-on-hints/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanlewis.wordpress.com/2009/05/09/hints-on-hints/</link>
	<description>Just another Oracle weblog</description>
	<lastBuildDate>Sat, 18 May 2013 11:04:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Enabling constraint in parallel &#171; Timur Akhmadeev&#039;s blog</title>
		<link>http://jonathanlewis.wordpress.com/2009/05/09/hints-on-hints/#comment-39597</link>
		<dc:creator><![CDATA[Enabling constraint in parallel &#171; Timur Akhmadeev&#039;s blog]]></dc:creator>
		<pubDate>Wed, 16 Feb 2011 19:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=1145#comment-39597</guid>
		<description><![CDATA[[...] current best cost. It is the same issue as with PARALLEL hint explained by Jonathan Lewis in his Hints on Hints paper: single PARALLEL hint is not enough to make the plan go parallel. So how to make sure the [...]]]></description>
		<content:encoded><![CDATA[<p>[...] current best cost. It is the same issue as with PARALLEL hint explained by Jonathan Lewis in his Hints on Hints paper: single PARALLEL hint is not enough to make the plan go parallel. So how to make sure the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Does the Optimizer Need a Hint? &#171; So Many Oracle Manuals, So Little Time</title>
		<link>http://jonathanlewis.wordpress.com/2009/05/09/hints-on-hints/#comment-33460</link>
		<dc:creator><![CDATA[Does the Optimizer Need a Hint? &#171; So Many Oracle Manuals, So Little Time]]></dc:creator>
		<pubDate>Sun, 14 Jun 2009 18:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=1145#comment-33460</guid>
		<description><![CDATA[[...] optimizer completely if you want it to do precisely what you want. Jonathan’s recent presentation Hints on Hints provides more information on the subject. If you tell your son not to touch the cookie jar, you [...]]]></description>
		<content:encoded><![CDATA[<p>[...] optimizer completely if you want it to do precisely what you want. Jonathan’s recent presentation Hints on Hints provides more information on the subject. If you tell your son not to touch the cookie jar, you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hemant K Chitale</title>
		<link>http://jonathanlewis.wordpress.com/2009/05/09/hints-on-hints/#comment-33059</link>
		<dc:creator><![CDATA[Hemant K Chitale]]></dc:creator>
		<pubDate>Wed, 20 May 2009 07:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=1145#comment-33059</guid>
		<description><![CDATA[MetaLink Note#826893.1  contains a change of behaviour in handling invalid hints if such invalid hints include Keywords.
Parsing of Hints has been (slightly) changed in 10g such that if an invalid hint includes a Keyword, any hint after that (even if valid) is ignored.]]></description>
		<content:encoded><![CDATA[<p>MetaLink Note#826893.1  contains a change of behaviour in handling invalid hints if such invalid hints include Keywords.<br />
Parsing of Hints has been (slightly) changed in 10g such that if an invalid hint includes a Keyword, any hint after that (even if valid) is ignored.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Lewis</title>
		<link>http://jonathanlewis.wordpress.com/2009/05/09/hints-on-hints/#comment-32956</link>
		<dc:creator><![CDATA[Jonathan Lewis]]></dc:creator>
		<pubDate>Mon, 11 May 2009 18:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=1145#comment-32956</guid>
		<description><![CDATA[Hemant,

The &quot;joy&quot; of that particular hint is that you can put it into a piece of code and it produces a parallel tablescan for months - but as the data size grows bigger Oracle suddenly finds a serial indexed access path that costs less - and changes plans for &quot;no apparent reason&quot;.]]></description>
		<content:encoded><![CDATA[<p>Hemant,</p>
<p>The &#8220;joy&#8221; of that particular hint is that you can put it into a piece of code and it produces a parallel tablescan for months &#8211; but as the data size grows bigger Oracle suddenly finds a serial indexed access path that costs less &#8211; and changes plans for &#8220;no apparent reason&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hemant K Chitale</title>
		<link>http://jonathanlewis.wordpress.com/2009/05/09/hints-on-hints/#comment-32949</link>
		<dc:creator><![CDATA[Hemant K Chitale]]></dc:creator>
		<pubDate>Mon, 11 May 2009 05:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=1145#comment-32949</guid>
		<description><![CDATA[Aah !  &quot;The parallel hint tells Oracle to change the arithmetic – it doesn’t force Oracle to run parallel and it isn’t supposed to force Oracle to run parallel.&quot;
is *most* interesting.

It wasn&#039;t clear to me why sometimes I would see differences in behaviour when using FULL and PARALLEL together.  I now have something to go on and test test test ! (And also validate if I hadn&#039;t had syntax errors in my Hints !)]]></description>
		<content:encoded><![CDATA[<p>Aah !  &#8220;The parallel hint tells Oracle to change the arithmetic – it doesn’t force Oracle to run parallel and it isn’t supposed to force Oracle to run parallel.&#8221;<br />
is *most* interesting.</p>
<p>It wasn&#8217;t clear to me why sometimes I would see differences in behaviour when using FULL and PARALLEL together.  I now have something to go on and test test test ! (And also validate if I hadn&#8217;t had syntax errors in my Hints !)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Prusinski</title>
		<link>http://jonathanlewis.wordpress.com/2009/05/09/hints-on-hints/#comment-32945</link>
		<dc:creator><![CDATA[Ben Prusinski]]></dc:creator>
		<pubDate>Sun, 10 May 2009 15:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=1145#comment-32945</guid>
		<description><![CDATA[Hi Jonathan,

I look forward to meeting you at OpenWorld this year. 

Cheers,
Ben]]></description>
		<content:encoded><![CDATA[<p>Hi Jonathan,</p>
<p>I look forward to meeting you at OpenWorld this year. </p>
<p>Cheers,<br />
Ben</p>
]]></content:encoded>
	</item>
</channel>
</rss>
