<?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: Mview Complete Refresh and Atomic_refresh parameter</title>
	<atom:link href="http://askdba.org/weblog/2009/07/mview-complete-refresh-and-atomic_refresh-parameter/feed/" rel="self" type="application/rss+xml" />
	<link>http://askdba.org/weblog/2009/07/mview-complete-refresh-and-atomic_refresh-parameter/</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: Materialized View Refresh &#171; dbpost</title>
		<link>http://askdba.org/weblog/2009/07/mview-complete-refresh-and-atomic_refresh-parameter/#comment-9243</link>
		<dc:creator>Materialized View Refresh &#171; dbpost</dc:creator>
		<pubDate>Mon, 13 Feb 2012 08:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=500#comment-9243</guid>
		<description>[...] Materialized View Complete Refresh and Atomic_Refresh Parameter  Rate this:  Share this:TwitterFacebookLike this:LikeBe the first to like this post.    Categories: Uncategorized Tags: ATOMIC_REFRESH, dbms_mview.refresh, Materialized View, Refresh, Refresh behaviour in 10g       Comments (0) Trackbacks (0) Leave a comment Trackback [...]</description>
		<content:encoded><![CDATA[<p>[...] Materialized View Complete Refresh and Atomic_Refresh Parameter  Rate this:  Share this:TwitterFacebookLike this:LikeBe the first to like this post.    Categories: Uncategorized Tags: ATOMIC_REFRESH, dbms_mview.refresh, Materialized View, Refresh, Refresh behaviour in 10g       Comments (0) Trackbacks (0) Leave a comment Trackback [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: materialized views</title>
		<link>http://askdba.org/weblog/2009/07/mview-complete-refresh-and-atomic_refresh-parameter/#comment-7782</link>
		<dc:creator>materialized views</dc:creator>
		<pubDate>Sat, 03 Apr 2010 22:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=500#comment-7782</guid>
		<description>[...] ... work because MySQL does not support materialized views by default so I would make a table ...Mview Complete Refresh and Atomic_refresh parameter &#124; AskDba ...Name (required) Mail (will not be published) (required) Website. CAPTCHA Code. Notify me of followup [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8230; work because MySQL does not support materialized views by default so I would make a table &#8230;Mview Complete Refresh and Atomic_refresh parameter | AskDba &#8230;Name (required) Mail (will not be published) (required) Website. CAPTCHA Code. Notify me of followup [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2009/07/mview-complete-refresh-and-atomic_refresh-parameter/#comment-4365</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Fri, 24 Jul 2009 05:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=500#comment-4365</guid>
		<description>Chris,

Thanks for your comments. Yes, this issue is because of bug 3168840. But I faced the issue as a result of bug fix :), where in atomic refresh for a large mview (~195 Gb) has generated lot of undo and had not completed deletion of data  after more then 12 hours.  I believe atomic_refresh=true parameter should  be used judiciously and avoided for large mviews.

Regards
Amit</description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>Thanks for your comments. Yes, this issue is because of bug 3168840. But I faced the issue as a result of bug fix <img src='http://askdba.org/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , where in atomic refresh for a large mview (~195 Gb) has generated lot of undo and had not completed deletion of data  after more then 12 hours.  I believe atomic_refresh=true parameter should  be used judiciously and avoided for large mviews.</p>
<p>Regards<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Antognini</title>
		<link>http://askdba.org/weblog/2009/07/mview-complete-refresh-and-atomic_refresh-parameter/#comment-4362</link>
		<dc:creator>Christian Antognini</dc:creator>
		<pubDate>Thu, 23 Jul 2009 21:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=500#comment-4362</guid>
		<description>Hi

The problem related to atomic_refresh is a bug. At page 474 in TOP (http://antognini.ch/top) I wrote the following text about this topic:

&quot;In Oracle9i, because of bug 3168840, even if the parameter atomic_refresh is set to TRUE (the default in all versions), during a complete refresh of a single materialized view, a TRUNCATE statement is executed. If several materialized views are refreshed at the same time however, the refresh works atomically as expected. Therefore, to work around this bug, it is possible to create a refresh group containing the materialized view you have to refresh and a “dummy” materialized view that is created only to have a second one.&quot;

Cheers,
Chris</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>The problem related to atomic_refresh is a bug. At page 474 in TOP (<a href="http://antognini.ch/top" rel="nofollow">http://antognini.ch/top</a>) I wrote the following text about this topic:</p>
<p>&#8220;In Oracle9i, because of bug 3168840, even if the parameter atomic_refresh is set to TRUE (the default in all versions), during a complete refresh of a single materialized view, a TRUNCATE statement is executed. If several materialized views are refreshed at the same time however, the refresh works atomically as expected. Therefore, to work around this bug, it is possible to create a refresh group containing the materialized view you have to refresh and a “dummy” materialized view that is created only to have a second one.&#8221;</p>
<p>Cheers,<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogroll Report 03/07/2009 – 10/07/2006 &#171; Coskan&#8217;s Approach to Oracle</title>
		<link>http://askdba.org/weblog/2009/07/mview-complete-refresh-and-atomic_refresh-parameter/#comment-3849</link>
		<dc:creator>Blogroll Report 03/07/2009 – 10/07/2006 &#171; Coskan&#8217;s Approach to Oracle</dc:creator>
		<pubDate>Fri, 10 Jul 2009 18:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=500#comment-3849</guid>
		<description>[...] Amit Bansal &#8211; Mview Complete Refresh and Atomic_refresh parameter [...]</description>
		<content:encoded><![CDATA[<p>[...] Amit Bansal &#8211; Mview Complete Refresh and Atomic_refresh parameter [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: askdba.org @ 2012-05-22 16:23:51 by W3 Total Cache -->
