<?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: dbms_stats.copy_table_stats does not alter low/high value</title>
	<atom:link href="http://askdba.org/weblog/2009/06/dbms_stats-copy_table_stats-does-not-alter-lowhigh-value/feed/" rel="self" type="application/rss+xml" />
	<link>http://askdba.org/weblog/2009/06/dbms_stats-copy_table_stats-does-not-alter-lowhigh-value/</link>
	<description>Writing About Our Experiences With Oracle Databases</description>
	<lastBuildDate>Fri, 18 May 2012 09:57:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Global statistics high/low values when using DBMS_STATS.COPY_TABLE_STATS &#171; RNM</title>
		<link>http://askdba.org/weblog/2009/06/dbms_stats-copy_table_stats-does-not-alter-lowhigh-value/#comment-8438</link>
		<dc:creator>Global statistics high/low values when using DBMS_STATS.COPY_TABLE_STATS &#171; RNM</dc:creator>
		<pubDate>Wed, 13 Jul 2011 09:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=496#comment-8438</guid>
		<description>[...] Bansal has written about this problem here here and includes a script for copying the statistics between partitions [...]</description>
		<content:encoded><![CDATA[<p>[...] Bansal has written about this problem here here and includes a script for copying the statistics between partitions [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasad</title>
		<link>http://askdba.org/weblog/2009/06/dbms_stats-copy_table_stats-does-not-alter-lowhigh-value/#comment-8059</link>
		<dc:creator>Prasad</dc:creator>
		<pubDate>Tue, 04 Jan 2011 15:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=496#comment-8059</guid>
		<description>Hi Amit,

Nice post...

I am having a partition table based on number column....

Can you please share the scripot for number columns also.

-Prasad</description>
		<content:encoded><![CDATA[<p>Hi Amit,</p>
<p>Nice post&#8230;</p>
<p>I am having a partition table based on number column&#8230;.</p>
<p>Can you please share the scripot for number columns also.</p>
<p>-Prasad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Statistics on Partitioned Tables - Part 6c - COPY_TABLE_STATS - Bugs and Patches - Doug's Oracle Blog</title>
		<link>http://askdba.org/weblog/2009/06/dbms_stats-copy_table_stats-does-not-alter-lowhigh-value/#comment-7816</link>
		<dc:creator>Statistics on Partitioned Tables - Part 6c - COPY_TABLE_STATS - Bugs and Patches - Doug's Oracle Blog</dc:creator>
		<pubDate>Sun, 02 May 2010 21:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=496#comment-7816</guid>
		<description>[...] are likely to be 20100209 It&#039;s bug number 8318020 and is mentioned in several places on the net. You can workaround it by setting the column stats manually for the partition key, but you might as [...]</description>
		<content:encoded><![CDATA[<p>[...] are likely to be 20100209 It&#39;s bug number 8318020 and is mentioned in several places on the net. You can workaround it by setting the column stats manually for the partition key, but you might as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Smith</title>
		<link>http://askdba.org/weblog/2009/06/dbms_stats-copy_table_stats-does-not-alter-lowhigh-value/#comment-6720</link>
		<dc:creator>Bob Smith</dc:creator>
		<pubDate>Thu, 08 Oct 2009 09:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=496#comment-6720</guid>
		<description>dbms_stats.copy_table_stats copies the histogram values but their range is not adjusted e.g. if we copy the stats from the partition for 12th JULY to 13th JULY then the srec.novals(1) and (2) remain at 12th JULY rather than 13th JULY and it is this that is throwing the optimiser.  
 
Can send you the code we use if you want to take a look. </description>
		<content:encoded><![CDATA[<p>dbms_stats.copy_table_stats copies the histogram values but their range is not adjusted e.g. if we copy the stats from the partition for 12th JULY to 13th JULY then the srec.novals(1) and (2) remain at 12th JULY rather than 13th JULY and it is this that is throwing the optimiser.  </p>
<p>Can send you the code we use if you want to take a look. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amitbansal</title>
		<link>http://askdba.org/weblog/2009/06/dbms_stats-copy_table_stats-does-not-alter-lowhigh-value/#comment-6695</link>
		<dc:creator>amitbansal</dc:creator>
		<pubDate>Wed, 07 Oct 2009 17:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=496#comment-6695</guid>
		<description>Bob,  
  
Thanks for your comments. Do you want to say that dbms_stats.copy_table_stats does not copy the histogram&#039;s ? I have not personally checked the same yet.  
  
Regards  
Amit  </description>
		<content:encoded><![CDATA[<p>Bob,  </p>
<p>Thanks for your comments. Do you want to say that dbms_stats.copy_table_stats does not copy the histogram&#039;s ? I have not personally checked the same yet.  </p>
<p>Regards<br />
Amit  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskDba.org Weblog &#187; GATHER_STATS_JOB — Is it enabled?</title>
		<link>http://askdba.org/weblog/2009/06/dbms_stats-copy_table_stats-does-not-alter-lowhigh-value/#comment-5099</link>
		<dc:creator>AskDba.org Weblog &#187; GATHER_STATS_JOB — Is it enabled?</dc:creator>
		<pubDate>Tue, 18 Aug 2009 17:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=496#comment-5099</guid>
		<description>[...] for more info ( Due to bug copy_table_stats does not alter low/high value. Details can be found here [...]</description>
		<content:encoded><![CDATA[<p>[...] for more info ( Due to bug copy_table_stats does not alter low/high value. Details can be found here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fredjam23</title>
		<link>http://askdba.org/weblog/2009/06/dbms_stats-copy_table_stats-does-not-alter-lowhigh-value/#comment-3669</link>
		<dc:creator>fredjam23</dc:creator>
		<pubDate>Wed, 01 Jul 2009 06:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=496#comment-3669</guid>
		<description>Well its a nice post.It helped me a lot while preparing partitions in the data base..the code given is working..thanks for posting this..</description>
		<content:encoded><![CDATA[<p>Well its a nice post.It helped me a lot while preparing partitions in the data base..the code given is working..thanks for posting this..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogroll Report 19/06/2009 &#8211; 26/06/2006 &#171; Coskan&#8217;s Approach to Oracle</title>
		<link>http://askdba.org/weblog/2009/06/dbms_stats-copy_table_stats-does-not-alter-lowhigh-value/#comment-3580</link>
		<dc:creator>Blogroll Report 19/06/2009 &#8211; 26/06/2006 &#171; Coskan&#8217;s Approach to Oracle</dc:creator>
		<pubDate>Fri, 26 Jun 2009 20:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=496#comment-3580</guid>
		<description>[...] Amit Bansal &#8211; dbms_stats.copy_table_stats does not alter low/high value [...]</description>
		<content:encoded><![CDATA[<p>[...] Amit Bansal &#8211; dbms_stats.copy_table_stats does not alter low/high value [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: askdba.org @ 2012-05-22 16:12:32 by W3 Total Cache -->
