<?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: Stabilize Oracle 10G&#8217;s Bind Peeking Behaviour by Cutting Histograms</title>
	<atom:link href="http://www.pythian.com/news/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms/</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: francesco</title>
		<link>http://www.pythian.com/news/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms/#comment-532869</link>
		<dc:creator>francesco</dc:creator>
		<pubDate>Tue, 12 Apr 2011 08:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms#comment-532869</guid>
		<description>Very helpfull and interseting, thank you.</description>
		<content:encoded><![CDATA[<p>Very helpfull and interseting, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Histograms and Bind Variables, But Why? &#171; Charles Hooper&#039;s Oracle Notes</title>
		<link>http://www.pythian.com/news/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms/#comment-502721</link>
		<dc:creator>Histograms and Bind Variables, But Why? &#171; Charles Hooper&#039;s Oracle Notes</dc:creator>
		<pubDate>Sat, 29 Jan 2011 14:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms#comment-502721</guid>
		<description>[...] Stabilize Oracle 10G’s Bind Peeking Behaviour by Cutting Histograms [...]</description>
		<content:encoded><![CDATA[<p>[...] Stabilize Oracle 10G’s Bind Peeking Behaviour by Cutting Histograms [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Advait</title>
		<link>http://www.pythian.com/news/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms/#comment-460811</link>
		<dc:creator>Advait</dc:creator>
		<pubDate>Wed, 22 Sep 2010 04:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms#comment-460811</guid>
		<description>Nice article !!</description>
		<content:encoded><![CDATA[<p>Nice article !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj Singh</title>
		<link>http://www.pythian.com/news/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms/#comment-459237</link>
		<dc:creator>Anuj Singh</dc:creator>
		<pubDate>Tue, 14 Sep 2010 10:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms#comment-459237</guid>
		<description>very very good article for :Bind variable peeking and well explained ...


br
anuj</description>
		<content:encoded><![CDATA[<p>very very good article for :Bind variable peeking and well explained &#8230;</p>
<p>br<br />
anuj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy Petersen</title>
		<link>http://www.pythian.com/news/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms/#comment-448091</link>
		<dc:creator>Tommy Petersen</dc:creator>
		<pubDate>Fri, 30 Jul 2010 12:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms#comment-448091</guid>
		<description>Bind variable peeking can also be confused by partitioning.  If you have both small and large partitions for the same table, you could end up with a bad access path because of that, even without histograms.</description>
		<content:encoded><![CDATA[<p>Bind variable peeking can also be confused by partitioning.  If you have both small and large partitions for the same table, you could end up with a bad access path because of that, even without histograms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.pythian.com/news/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms/#comment-428605</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 07 May 2010 18:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms#comment-428605</guid>
		<description>Currently am facing a case where we get a bad plan when Oracle peeks an out-of-range varchar ( out-of-range on the low side ) - this is without histograms - it&#039;s as if the out-of-range code path doesn&#039;t handle this case well.   I really don&#039;t want to disable bind variable peeking for the whole user community, but I can&#039;t get to the application code either.    Just thought I&#039;d add the extra complication of out-of-range values - usually with bind variable peeking we talk about skewed data.   Our data is plenty skewed, but I got rid of the histograms, and when that out-of-range value shows up the plan goes south.</description>
		<content:encoded><![CDATA[<p>Currently am facing a case where we get a bad plan when Oracle peeks an out-of-range varchar ( out-of-range on the low side ) &#8211; this is without histograms &#8211; it&#8217;s as if the out-of-range code path doesn&#8217;t handle this case well.   I really don&#8217;t want to disable bind variable peeking for the whole user community, but I can&#8217;t get to the application code either.    Just thought I&#8217;d add the extra complication of out-of-range values &#8211; usually with bind variable peeking we talk about skewed data.   Our data is plenty skewed, but I got rid of the histograms, and when that out-of-range value shows up the plan goes south.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lokesh Pandey</title>
		<link>http://www.pythian.com/news/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms/#comment-409957</link>
		<dc:creator>Lokesh Pandey</dc:creator>
		<pubDate>Fri, 26 Feb 2010 02:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms#comment-409957</guid>
		<description>When dba_tab_histograms table will have 2 rows for a specific table and a specific column? one record with ENDPOINT_NUMBER as 0 and the second record with  ENDPOINT_NUMBER as 1</description>
		<content:encoded><![CDATA[<p>When dba_tab_histograms table will have 2 rows for a specific table and a specific column? one record with ENDPOINT_NUMBER as 0 and the second record with  ENDPOINT_NUMBER as 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pramod</title>
		<link>http://www.pythian.com/news/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms/#comment-393889</link>
		<dc:creator>pramod</dc:creator>
		<pubDate>Mon, 21 Dec 2009 05:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms#comment-393889</guid>
		<description>Excellent Post..This Post solved one of my bugging problems :)
No histograms...when not required...
and When required we have to use skew only option (Even it may take some time).</description>
		<content:encoded><![CDATA[<p>Excellent Post..This Post solved one of my bugging problems :)<br />
No histograms&#8230;when not required&#8230;<br />
and When required we have to use skew only option (Even it may take some time).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alon Principal</title>
		<link>http://www.pythian.com/news/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms/#comment-378012</link>
		<dc:creator>Alon Principal</dc:creator>
		<pubDate>Sun, 04 Oct 2009 12:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms#comment-378012</guid>
		<description>Hi,

I&#039;ve found your article very informative but there is still one question that is remained not answered for me and it also bothers me in my actual work is - how can I manually set the values of histograms?

I&#039;m talking about something like DBMS_STATS.SET_COLUMN_STATS...

It&#039;ll be very helpful in cases that I know the right skewed distribution of data in some column and don&#039;t want to take a chance that during statistics gathering the distribution of the values in that column may be unusual due to irregular high/low load or error.

Thank you in advance,
Alon.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve found your article very informative but there is still one question that is remained not answered for me and it also bothers me in my actual work is &#8211; how can I manually set the values of histograms?</p>
<p>I&#8217;m talking about something like DBMS_STATS.SET_COLUMN_STATS&#8230;</p>
<p>It&#8217;ll be very helpful in cases that I know the right skewed distribution of data in some column and don&#8217;t want to take a chance that during statistics gathering the distribution of the values in that column may be unusual due to irregular high/low load or error.</p>
<p>Thank you in advance,<br />
Alon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit</title>
		<link>http://www.pythian.com/news/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms/#comment-362794</link>
		<dc:creator>amit</dc:creator>
		<pubDate>Mon, 15 Jun 2009 12:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/867/stabilize-oracle-10gs-bind-peeking-behaviour-by-cutting-histograms#comment-362794</guid>
		<description>Very Good Artical..</description>
		<content:encoded><![CDATA[<p>Very Good Artical..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

