<?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: Change Tracking</title>
	<atom:link href="http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/</link>
	<description>Just another Oracle weblog</description>
	<lastBuildDate>Mon, 20 May 2013 01:44:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: The Fine Art of Baloney Detection, in honour of Dr. Carl Sagan &#124; The Pythian Blog</title>
		<link>http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-40870</link>
		<dc:creator><![CDATA[The Fine Art of Baloney Detection, in honour of Dr. Carl Sagan &#124; The Pythian Blog]]></dc:creator>
		<pubDate>Mon, 27 Jun 2011 13:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-40870</guid>
		<description><![CDATA[[...] really. I&#8217;ll use, as an example, another hero of mine Jonathan Lewis (who as a side note said something nice about Pythian recently). You might remember the numerous evidentiary battles championed by Jonathan? Not to [...]]]></description>
		<content:encoded><![CDATA[<p>[...] really. I&#8217;ll use, as an example, another hero of mine Jonathan Lewis (who as a side note said something nice about Pythian recently). You might remember the numerous evidentiary battles championed by Jonathan? Not to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Lewis</title>
		<link>http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-35383</link>
		<dc:creator><![CDATA[Jonathan Lewis]]></dc:creator>
		<pubDate>Wed, 03 Feb 2010 11:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-35383</guid>
		<description><![CDATA[Here&#039;s an important alert from Oracle for users of 11.1.0.7: 

&lt;i&gt;note 756435.1 Block change tracking on physical standby can cause incorrect backups.&lt;/i&gt;

Make sure you read the note to cross-check my interpretation - but the gist of it is that if you are using a standby database as the source of your backups, and use block change tracking on the standby to allow fast incremental backups, then those backups can be incorrect. 

On the standby server execute sqlplus and run:
[sourcecode]
SQL&gt; ALTER DATABASE DISABLE BLOCK CHANGE TRACKING;
[/sourcecode]]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s an important alert from Oracle for users of 11.1.0.7: </p>
<p><i>note 756435.1 Block change tracking on physical standby can cause incorrect backups.</i></p>
<p>Make sure you read the note to cross-check my interpretation &#8211; but the gist of it is that if you are using a standby database as the source of your backups, and use block change tracking on the standby to allow fast incremental backups, then those backups can be incorrect. </p>
<p>On the standby server execute sqlplus and run:</p>
<pre class="brush: plain; title: ; notranslate">
SQL&gt; ALTER DATABASE DISABLE BLOCK CHANGE TRACKING;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Lewis</title>
		<link>http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-480</link>
		<dc:creator><![CDATA[Jonathan Lewis]]></dc:creator>
		<pubDate>Fri, 15 Dec 2006 14:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-480</guid>
		<description><![CDATA[I see that Alex has done some further work on the latch activity relating to change tracking, reported at http://www.pythian.com/blogs/317/change-tracking-state-change-latch]]></description>
		<content:encoded><![CDATA[<p>I see that Alex has done some further work on the latch activity relating to change tracking, reported at <a href="http://www.pythian.com/blogs/317/change-tracking-state-change-latch" rel="nofollow">http://www.pythian.com/blogs/317/change-tracking-state-change-latch</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Gorbachev</title>
		<link>http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-266</link>
		<dc:creator><![CDATA[Alex Gorbachev]]></dc:creator>
		<pubDate>Mon, 27 Nov 2006 04:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-266</guid>
		<description><![CDATA[Thanks Fairlie. Indeed, 7 is not fixed anywhere in the structure. I was looking to find this parameter but probably didn&#039;t try hard enough. I&#039;ll test it next days to be sure it controls number of versions.]]></description>
		<content:encoded><![CDATA[<p>Thanks Fairlie. Indeed, 7 is not fixed anywhere in the structure. I was looking to find this parameter but probably didn&#8217;t try hard enough. I&#8217;ll test it next days to be sure it controls number of versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fairlie Rego</title>
		<link>http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-265</link>
		<dc:creator><![CDATA[Fairlie Rego]]></dc:creator>
		<pubDate>Mon, 27 Nov 2006 01:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-265</guid>
		<description><![CDATA[Alex, Jonathan

Haven&#039;t tested this out but the number of bitmaps to be stored for a datafile could be related to _bct_bitmaps_per_file (the default value is 8 )]]></description>
		<content:encoded><![CDATA[<p>Alex, Jonathan</p>
<p>Haven&#8217;t tested this out but the number of bitmaps to be stored for a datafile could be related to _bct_bitmaps_per_file (the default value is 8 )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Gorbachev</title>
		<link>http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-264</link>
		<dc:creator><![CDATA[Alex Gorbachev]]></dc:creator>
		<pubDate>Sat, 25 Nov 2006 23:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-264</guid>
		<description><![CDATA[My guess about change tracking state change latch was incorrect. &lt;a href=&quot;http://www.pythian.com/blogs/317/change-tracking-state-change-latch&quot; rel=&quot;nofollow&quot;&gt;Here&lt;/a&gt; is a small note about it.]]></description>
		<content:encoded><![CDATA[<p>My guess about change tracking state change latch was incorrect. <a href="http://www.pythian.com/blogs/317/change-tracking-state-change-latch" rel="nofollow">Here</a> is a small note about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Gorbachev</title>
		<link>http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-257</link>
		<dc:creator><![CDATA[Alex Gorbachev]]></dc:creator>
		<pubDate>Fri, 24 Nov 2006 01:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-257</guid>
		<description><![CDATA[Mark,
I figured from Tanel how debug latch activity and plan to experiment with it when I have time. Just to confirm.
a dba,
Thanks for sharing you experience. Sounds like a good real life example.]]></description>
		<content:encoded><![CDATA[<p>Mark,<br />
I figured from Tanel how debug latch activity and plan to experiment with it when I have time. Just to confirm.<br />
a dba,<br />
Thanks for sharing you experience. Sounds like a good real life example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dba</title>
		<link>http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-250</link>
		<dc:creator><![CDATA[dba]]></dc:creator>
		<pubDate>Thu, 23 Nov 2006 13:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-250</guid>
		<description><![CDATA[Very interesting - looking at one of our 10g databases that sees two incremental&#039;s a day and one weekly full backup.

truely enough, after day 3, backup duration increases more than 2x - and it stays like that until the next full backup.

a dba]]></description>
		<content:encoded><![CDATA[<p>Very interesting &#8211; looking at one of our 10g databases that sees two incremental&#8217;s a day and one weekly full backup.</p>
<p>truely enough, after day 3, backup duration increases more than 2x &#8211; and it stays like that until the next full backup.</p>
<p>a dba</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Lewis</title>
		<link>http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-227</link>
		<dc:creator><![CDATA[Jonathan Lewis]]></dc:creator>
		<pubDate>Wed, 22 Nov 2006 07:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-227</guid>
		<description><![CDATA[Mark, I think this is covered in Alex&#039; presentation. I think his current conclusions are that there is an in-memory bitmap of the database, protected by a couple of latches, that gets updated by &lt;b&gt;DBWR&lt;/b&gt; as part of the process of writing blocks to disc. &lt;b&gt;CTWR&lt;/b&gt; picks up the bitmap and dumps it to disc - hence the need for latch protection.]]></description>
		<content:encoded><![CDATA[<p>Mark, I think this is covered in Alex&#8217; presentation. I think his current conclusions are that there is an in-memory bitmap of the database, protected by a couple of latches, that gets updated by <b>DBWR</b> as part of the process of writing blocks to disc. <b>CTWR</b> picks up the bitmap and dumps it to disc &#8211; hence the need for latch protection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Burgess</title>
		<link>http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-225</link>
		<dc:creator><![CDATA[Mark Burgess]]></dc:creator>
		<pubDate>Wed, 22 Nov 2006 01:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2006/11/15/change-tracking/#comment-225</guid>
		<description><![CDATA[Jonathan,

I could not find any information on the mechanism used for the CTWR to capture the block id&#039;s it needs to write to the change tracking file. Does the implementation use a  post by the LGWR to CTWR of the blocks being changed or does it use a log miner/streams mechanism to capture the block id&#039;s?

Regards,

Mark]]></description>
		<content:encoded><![CDATA[<p>Jonathan,</p>
<p>I could not find any information on the mechanism used for the CTWR to capture the block id&#8217;s it needs to write to the change tracking file. Does the implementation use a  post by the LGWR to CTWR of the blocks being changed or does it use a log miner/streams mechanism to capture the block id&#8217;s?</p>
<p>Regards,</p>
<p>Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>
