<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.6.5" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Tuning Latch Contention: Cache-buffers-chain latches</title>
	<link>http://www.pythian.com/blogs/1135/tuning-latch-contention-cache-buffers-chain-latches</link>
	<description>News and views from Pythian DBAs</description>
	<pubDate>Thu,  4 Dec 2008 17:56:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Sachin</title>
		<link>http://www.pythian.com/blogs/1135/tuning-latch-contention-cache-buffers-chain-latches#comment-305106</link>
		<dc:creator>Sachin</dc:creator>
		<pubDate>Thu, 27 Nov 2008 06:32:29 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/1135/tuning-latch-contention-cache-buffers-chain-latches#comment-305106</guid>
		<description>great doc to know about CBC.
1.I would like to know more about algorithm to access a buffer cache.
2.Please put the script code for waits10g.

thanks for wonderful explanation ..

regards,
Sachin</description>
		<content:encoded><![CDATA[<p>great doc to know about CBC.<br />
1.I would like to know more about algorithm to access a buffer cache.<br />
2.Please put the script code for waits10g.</p>
<p>thanks for wonderful explanation ..</p>
<p>regards,<br />
Sachin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aman....</title>
		<link>http://www.pythian.com/blogs/1135/tuning-latch-contention-cache-buffers-chain-latches#comment-263141</link>
		<dc:creator>Aman....</dc:creator>
		<pubDate>Sat, 23 Aug 2008 13:44:36 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/1135/tuning-latch-contention-cache-buffers-chain-latches#comment-263141</guid>
		<description>Riyaj,
That was a great read and I guessed the table ORDER too :). I got a small doubt,what is latch children? 
Regards
Aman....</description>
		<content:encoded><![CDATA[<p>Riyaj,<br />
That was a great read and I guessed the table ORDER too :). I got a small doubt,what is latch children?<br />
Regards<br />
Aman&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Log Buffer #108: A Carnival of the Vanities for DBAs</title>
		<link>http://www.pythian.com/blogs/1135/tuning-latch-contention-cache-buffers-chain-latches#comment-248816</link>
		<dc:creator>Log Buffer #108: A Carnival of the Vanities for DBAs</dc:creator>
		<pubDate>Fri, 01 Aug 2008 17:04:18 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/1135/tuning-latch-contention-cache-buffers-chain-latches#comment-248816</guid>
		<description>[...] Pythian&#8217;s Riyaj Shamsudeen delved into tuning latch contention: cache-buffers-chain latches. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Pythian&#8217;s Riyaj Shamsudeen delved into tuning latch contention: cache-buffers-chain latches. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riyaj Shamsudeen</title>
		<link>http://www.pythian.com/blogs/1135/tuning-latch-contention-cache-buffers-chain-latches#comment-247803</link>
		<dc:creator>Riyaj Shamsudeen</dc:creator>
		<pubDate>Thu, 31 Jul 2008 14:32:13 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/1135/tuning-latch-contention-cache-buffers-chain-latches#comment-247803</guid>
		<description>Hi yas

 Thanks for your reply.

 In this specific case, you are correct as we could get data_object_id from x$bh. But, this buffer could be an undo segment block, an undo header block or a free list bitmap block and x$bh.obj is set to high value (4294967295) for these type of blocks.

  That's why I prefer to dump the block and read through trace file. I Agree that there is more than one method to identify attributes of a block.

Cheers
Riyaj</description>
		<content:encoded><![CDATA[<p>Hi yas</p>
<p> Thanks for your reply.</p>
<p> In this specific case, you are correct as we could get data_object_id from x$bh. But, this buffer could be an undo segment block, an undo header block or a free list bitmap block and x$bh.obj is set to high value (4294967295) for these type of blocks.</p>
<p>  That&#8217;s why I prefer to dump the block and read through trace file. I Agree that there is more than one method to identify attributes of a block.</p>
<p>Cheers<br />
Riyaj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yas</title>
		<link>http://www.pythian.com/blogs/1135/tuning-latch-contention-cache-buffers-chain-latches#comment-247694</link>
		<dc:creator>Yas</dc:creator>
		<pubDate>Thu, 31 Jul 2008 08:01:56 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/1135/tuning-latch-contention-cache-buffers-chain-latches#comment-247694</guid>
		<description>Riyaj, as we know it is an expensive operation (latch-wise) to query dba_extents you can get the data_object_id of the object from x$bh.obj. There is no need to go to dba_extents.</description>
		<content:encoded><![CDATA[<p>Riyaj, as we know it is an expensive operation (latch-wise) to query dba_extents you can get the data_object_id of the object from x$bh.obj. There is no need to go to dba_extents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Seiler</title>
		<link>http://www.pythian.com/blogs/1135/tuning-latch-contention-cache-buffers-chain-latches#comment-247490</link>
		<dc:creator>Don Seiler</dc:creator>
		<pubDate>Wed, 30 Jul 2008 19:00:53 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/1135/tuning-latch-contention-cache-buffers-chain-latches#comment-247490</guid>
		<description>Great post, Riyaj!  It will still take me a couple more reads to hopefully understand it all.</description>
		<content:encoded><![CDATA[<p>Great post, Riyaj!  It will still take me a couple more reads to hopefully understand it all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Polarski Bernard</title>
		<link>http://www.pythian.com/blogs/1135/tuning-latch-contention-cache-buffers-chain-latches#comment-245615</link>
		<dc:creator>Polarski Bernard</dc:creator>
		<pubDate>Mon, 28 Jul 2008 06:19:49 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/1135/tuning-latch-contention-cache-buffers-chain-latches#comment-245615</guid>
		<description>Good work.</description>
		<content:encoded><![CDATA[<p>Good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Jenkins</title>
		<link>http://www.pythian.com/blogs/1135/tuning-latch-contention-cache-buffers-chain-latches#comment-244051</link>
		<dc:creator>Scott Jenkins</dc:creator>
		<pubDate>Sat, 26 Jul 2008 02:51:07 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/1135/tuning-latch-contention-cache-buffers-chain-latches#comment-244051</guid>
		<description>I now, I know why I leave the tuning to you. I still enjoyed the read.</description>
		<content:encoded><![CDATA[<p>I now, I know why I leave the tuning to you. I still enjoyed the read.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
