<?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: Bugs</title>
	<atom:link href="http://jonathanlewis.wordpress.com/2009/09/25/bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanlewis.wordpress.com/2009/09/25/bugs/</link>
	<description>Just another Oracle weblog</description>
	<lastBuildDate>Tue, 18 Jun 2013 17:11:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Block size &#8211; again &#171; Oracle Scratchpad</title>
		<link>http://jonathanlewis.wordpress.com/2009/09/25/bugs/#comment-40543</link>
		<dc:creator><![CDATA[Block size &#8211; again &#171; Oracle Scratchpad]]></dc:creator>
		<pubDate>Fri, 20 May 2011 21:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=2277#comment-40543</guid>
		<description><![CDATA[[...] problem is similar to the problem of row migration and ASSM &#8211; there are some hard-coded limits in what you can put into a single Oracle block, and those [...]]]></description>
		<content:encoded><![CDATA[<p>[...] problem is similar to the problem of row migration and ASSM &#8211; there are some hard-coded limits in what you can put into a single Oracle block, and those [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Book Review: Oracle Tuning: The Definitive Reference Second Edition &#171; Charles Hooper&#039;s Oracle Notes</title>
		<link>http://jonathanlewis.wordpress.com/2009/09/25/bugs/#comment-37926</link>
		<dc:creator><![CDATA[Book Review: Oracle Tuning: The Definitive Reference Second Edition &#171; Charles Hooper&#039;s Oracle Notes]]></dc:creator>
		<pubDate>Sun, 28 Nov 2010 17:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=2277#comment-37926</guid>
		<description><![CDATA[[...] technical editor of this book) reported fixing the problem, and not the book author (reference  reference2  reference3  [...]]]></description>
		<content:encoded><![CDATA[<p>[...] technical editor of this book) reported fixing the problem, and not the book author (reference  reference2  reference3  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Lewis</title>
		<link>http://jonathanlewis.wordpress.com/2009/09/25/bugs/#comment-35481</link>
		<dc:creator><![CDATA[Jonathan Lewis]]></dc:creator>
		<pubDate>Fri, 12 Feb 2010 08:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=2277#comment-35481</guid>
		<description><![CDATA[Gary,

Sorry about the late response - this one dropped out of sight before I&#039;d got around to it. I&#039;d be interested to hear what comments you get from Oracle.

When you say MBRC = 512, do you mean the parameter db_file_multiblock_read_count, or do you mean the system statistics named &#039;MBRC&#039; ?  And what block size are you using - the 512 suggests it might be 2KB.
 ]]></description>
		<content:encoded><![CDATA[<p>Gary,</p>
<p>Sorry about the late response &#8211; this one dropped out of sight before I&#8217;d got around to it. I&#8217;d be interested to hear what comments you get from Oracle.</p>
<p>When you say MBRC = 512, do you mean the parameter db_file_multiblock_read_count, or do you mean the system statistics named &#8216;MBRC&#8217; ?  And what block size are you using &#8211; the 512 suggests it might be 2KB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary S</title>
		<link>http://jonathanlewis.wordpress.com/2009/09/25/bugs/#comment-35407</link>
		<dc:creator><![CDATA[Gary S]]></dc:creator>
		<pubDate>Sat, 06 Feb 2010 03:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=2277#comment-35407</guid>
		<description><![CDATA[I think I have one (a weird bug, that is).

We have a staging table with two partitions: a little shrimpy one that isn&#039;t used and a large one that can be dropped and recreated as new data is staged into the table. If we try to do a full scan against the table, we see really slow performance; Oracle reports the scan, but no scattered reads. All reads against the table are sequential. Extent size is fixed 1 MB (too small I think), ASSM, MBRC is 512. Reads against this table are abysmal.

It does load sort records, then do an update that lengthens the rows. pctfree is 10, but there are no &quot;continue row events&quot; during the scan ... so row chaining is playing no visible role.

We&#039;ll send it to Oracle Support on Monday ... thought this was odd, though.]]></description>
		<content:encoded><![CDATA[<p>I think I have one (a weird bug, that is).</p>
<p>We have a staging table with two partitions: a little shrimpy one that isn&#8217;t used and a large one that can be dropped and recreated as new data is staged into the table. If we try to do a full scan against the table, we see really slow performance; Oracle reports the scan, but no scattered reads. All reads against the table are sequential. Extent size is fixed 1 MB (too small I think), ASSM, MBRC is 512. Reads against this table are abysmal.</p>
<p>It does load sort records, then do an update that lengthens the rows. pctfree is 10, but there are no &#8220;continue row events&#8221; during the scan &#8230; so row chaining is playing no visible role.</p>
<p>We&#8217;ll send it to Oracle Support on Monday &#8230; thought this was odd, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Database using ASSM Tablespace Exhibits Slow Insert Performance After an Uncommitted Delete &#171; Charles Hooper&#39;s Oracle Notes</title>
		<link>http://jonathanlewis.wordpress.com/2009/09/25/bugs/#comment-35344</link>
		<dc:creator><![CDATA[Database using ASSM Tablespace Exhibits Slow Insert Performance After an Uncommitted Delete &#171; Charles Hooper&#39;s Oracle Notes]]></dc:creator>
		<pubDate>Thu, 28 Jan 2010 06:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=2277#comment-35344</guid>
		<description><![CDATA[[...] gets, 18.03 seconds spent performing single block reads.  This seems to be behaving similar to the bug that Jonathan Lewis found with ASSM 16KB block size tablespaces in 2008 when column values in existing rows were [...]]]></description>
		<content:encoded><![CDATA[<p>[...] gets, 18.03 seconds spent performing single block reads.  This seems to be behaving similar to the bug that Jonathan Lewis found with ASSM 16KB block size tablespaces in 2008 when column values in existing rows were [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bugs &#8211; 2 &#171; Oracle Scratchpad</title>
		<link>http://jonathanlewis.wordpress.com/2009/09/25/bugs/#comment-34986</link>
		<dc:creator><![CDATA[Bugs &#8211; 2 &#171; Oracle Scratchpad]]></dc:creator>
		<pubDate>Tue, 15 Dec 2009 21:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=2277#comment-34986</guid>
		<description><![CDATA[[...] Troubleshooting &#8212; Jonathan Lewis @ 12:00 pm UTC Oct 10,2009   After asking people about their strangest bugs, it&#8217;s a little ironic that I should immediately be subject to one. Here&#8217;s a transcript [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Troubleshooting &#8212; Jonathan Lewis @ 12:00 pm UTC Oct 10,2009   After asking people about their strangest bugs, it&#8217;s a little ironic that I should immediately be subject to one. Here&#8217;s a transcript [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glossary &#171; Oracle Scratchpad</title>
		<link>http://jonathanlewis.wordpress.com/2009/09/25/bugs/#comment-34607</link>
		<dc:creator><![CDATA[Glossary &#171; Oracle Scratchpad]]></dc:creator>
		<pubDate>Sun, 11 Oct 2009 10:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=2277#comment-34607</guid>
		<description><![CDATA[[...] three passes against a table, for example to merge data from different source into a single table. There is a bug (fixed the latest releases only) that can turn this error into a performance disaster if you happen [...]]]></description>
		<content:encoded><![CDATA[<p>[...] three passes against a table, for example to merge data from different source into a single table. There is a bug (fixed the latest releases only) that can turn this error into a performance disaster if you happen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hemant K Chitale</title>
		<link>http://jonathanlewis.wordpress.com/2009/09/25/bugs/#comment-34593</link>
		<dc:creator><![CDATA[Hemant K Chitale]]></dc:creator>
		<pubDate>Thu, 08 Oct 2009 15:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=2277#comment-34593</guid>
		<description><![CDATA[Here&#039;s one interesting (and very disconcertingly hidden) bug : 6008290 as a duplicate of 4743582.  
There&#039;s just not enough information in the published text.
But a forums posting has possibly some evidence :
http://forums.oracle.com/forums/thread.jspa?messageID=3816337

Hemant K Chitale]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s one interesting (and very disconcertingly hidden) bug : 6008290 as a duplicate of 4743582.<br />
There&#8217;s just not enough information in the published text.<br />
But a forums posting has possibly some evidence :<br />
<a href="http://forums.oracle.com/forums/thread.jspa?messageID=3816337" rel="nofollow">http://forums.oracle.com/forums/thread.jspa?messageID=3816337</a></p>
<p>Hemant K Chitale</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogroll Report 18/09/2009 – 25/09/2009 &#171; Coskan&#8217;s Approach to Oracle</title>
		<link>http://jonathanlewis.wordpress.com/2009/09/25/bugs/#comment-34582</link>
		<dc:creator><![CDATA[Blogroll Report 18/09/2009 – 25/09/2009 &#171; Coskan&#8217;s Approach to Oracle]]></dc:creator>
		<pubDate>Tue, 06 Oct 2009 19:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=2277#comment-34582</guid>
		<description><![CDATA[[...] Jonathan Lewis &#8211; Bugs [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Jonathan Lewis &#8211; Bugs [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Analytic Agony &#171; Oracle Scratchpad</title>
		<link>http://jonathanlewis.wordpress.com/2009/09/25/bugs/#comment-34565</link>
		<dc:creator><![CDATA[Analytic Agony &#171; Oracle Scratchpad]]></dc:creator>
		<pubDate>Sat, 03 Oct 2009 15:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=2277#comment-34565</guid>
		<description><![CDATA[[...] 4: 3rd Oct 2009: In a comment on one of my postings about bugs, Timur Akhmadeev has referenced an OTN thread that references Metalink document id 330818.1 and [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 4: 3rd Oct 2009: In a comment on one of my postings about bugs, Timur Akhmadeev has referenced an OTN thread that references Metalink document id 330818.1 and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
