<?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: &#8220;change tracking state change latch&#8221;</title>
	<atom:link href="http://www.pythian.com/news/317/change-tracking-state-change-latch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/317/change-tracking-state-change-latch/</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: Alex Gorbachev</title>
		<link>http://www.pythian.com/news/317/change-tracking-state-change-latch/#comment-10748</link>
		<dc:creator>Alex Gorbachev</dc:creator>
		<pubDate>Fri, 15 Dec 2006 14:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/317/change-tracking-state-change-latch#comment-10748</guid>
		<description>That&#039;s an interesting idea Jonathan. Correct me if I&#039;m wrong, but latches are to protect local instance memory structures so for RAC I would expect so kind of global enqueue. No?
Unfortunately, I&#039;ve been extremely busy last days to put any time around it but I found out (thanks to one person contacted me from Oracle) that mechanism to pass block changes is indeed similar to a log buffer but it&#039;s going directly from session processes and not DBWR. To be researched...</description>
		<content:encoded><![CDATA[<p>That&#8217;s an interesting idea Jonathan. Correct me if I&#8217;m wrong, but latches are to protect local instance memory structures so for RAC I would expect so kind of global enqueue. No?<br />
Unfortunately, I&#8217;ve been extremely busy last days to put any time around it but I found out (thanks to one person contacted me from Oracle) that mechanism to pass block changes is indeed similar to a log buffer but it&#8217;s going directly from session processes and not DBWR. To be researched&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Lewis</title>
		<link>http://www.pythian.com/news/317/change-tracking-state-change-latch/#comment-10729</link>
		<dc:creator>Jonathan Lewis</dc:creator>
		<pubDate>Fri, 15 Dec 2006 12:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/317/change-tracking-state-change-latch#comment-10729</guid>
		<description>Alex, just an idle thought about the latch: might it be there for RAC systems to ensure that no two RAC systems end up &quot;owning&quot; the same bitmaps in the change tracking log ?</description>
		<content:encoded><![CDATA[<p>Alex, just an idle thought about the latch: might it be there for RAC systems to ensure that no two RAC systems end up &#8220;owning&#8221; the same bitmaps in the change tracking log ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Gorbachev</title>
		<link>http://www.pythian.com/news/317/change-tracking-state-change-latch/#comment-8708</link>
		<dc:creator>Alex Gorbachev</dc:creator>
		<pubDate>Mon, 27 Nov 2006 14:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/317/change-tracking-state-change-latch#comment-8708</guid>
		<description>Fairlie,
Thanks for correction - it&#039;s definitely v$backup_datafile. Indeed, according to this &lt;a href=&quot;http://wedonotuse.blogspot.com/2006/11/how-cia-stole-oracle-from-russians.html&quot; rel=&quot;nofollow&quot;&gt;theory&lt;/a&gt; I should be more comfortable with X$ rather than V$. ;-)
Regarding _bct_bitmaps_per_file=8 - I guess it&#039;s 8 because CTWR cleans up 8th past version and older. As I mentioned, I&#039;ll check how it works if I change this parameter.</description>
		<content:encoded><![CDATA[<p>Fairlie,<br />
Thanks for correction &#8211; it&#8217;s definitely v$backup_datafile. Indeed, according to this <a href="http://wedonotuse.blogspot.com/2006/11/how-cia-stole-oracle-from-russians.html" rel="nofollow">theory</a> I should be more comfortable with X$ rather than V$. ;-)<br />
Regarding _bct_bitmaps_per_file=8 &#8211; I guess it&#8217;s 8 because CTWR cleans up 8th past version and older. As I mentioned, I&#8217;ll check how it works if I change this parameter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fairlie</title>
		<link>http://www.pythian.com/news/317/change-tracking-state-change-latch/#comment-8629</link>
		<dc:creator>Fairlie</dc:creator>
		<pubDate>Mon, 27 Nov 2006 01:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/317/change-tracking-state-change-latch#comment-8629</guid>
		<description>Just skimmed through your presentation. Needless to say it is very informative and excellent.

â€¢	I think the number of bitmaps to store for each datafile is 8 because it is governed by _bct_bitmaps_per_file. I wonder what would happen if u were to change it to 0

â€¢	On Slide 26 you mention v$datafile_backup. The view name is v$backup_datafile. (Itâ€™s good to know that I am not the only person who gets confused with these views ïŠ )

â€¢	I remember in earlier versions there was a bug where the direct load used to fail when using BCT. I believe this has been fixed.
       
One of the current issues I know of is 
   Bug 5606208 
   BLOCK CHANGE TRACKING (BCT) LOST AFTER SWITCHOVER</description>
		<content:encoded><![CDATA[<p>Just skimmed through your presentation. Needless to say it is very informative and excellent.</p>
<p>â€¢	I think the number of bitmaps to store for each datafile is 8 because it is governed by _bct_bitmaps_per_file. I wonder what would happen if u were to change it to 0</p>
<p>â€¢	On Slide 26 you mention v$datafile_backup. The view name is v$backup_datafile. (Itâ€™s good to know that I am not the only person who gets confused with these views ïŠ )</p>
<p>â€¢	I remember in earlier versions there was a bug where the direct load used to fail when using BCT. I believe this has been fixed.</p>
<p>One of the current issues I know of is<br />
   Bug 5606208<br />
   BLOCK CHANGE TRACKING (BCT) LOST AFTER SWITCHOVER</p>
]]></content:encoded>
	</item>
</channel>
</rss>

