<?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: Wide Table Select ( Row Shipping )</title>
	<atom:link href="http://oraclue.com/2009/07/13/wide-table-select-row-shipping/feed/" rel="self" type="application/rss+xml" />
	<link>http://oraclue.com/2009/07/13/wide-table-select-row-shipping/</link>
	<description>Oracle internals, debugging and undocumented features</description>
	<lastBuildDate>Thu, 27 Oct 2011 15:05:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: oraclue</title>
		<link>http://oraclue.com/2009/07/13/wide-table-select-row-shipping/#comment-342</link>
		<dc:creator><![CDATA[oraclue]]></dc:creator>
		<pubDate>Tue, 13 Oct 2009 13:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://oraclue.com/?p=863#comment-342</guid>
		<description><![CDATA[Hi Tim,

Thanks for reading my post.
I saw your post.Very good example.As you know Oracle is not documenting all features and sometime is hard to find out what is really going on.

Thanks,

Miladin]]></description>
		<content:encoded><![CDATA[<p>Hi Tim,</p>
<p>Thanks for reading my post.<br />
I saw your post.Very good example.As you know Oracle is not documenting all features and sometime is hard to find out what is really going on.</p>
<p>Thanks,</p>
<p>Miladin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Hopkins</title>
		<link>http://oraclue.com/2009/07/13/wide-table-select-row-shipping/#comment-341</link>
		<dc:creator><![CDATA[Tim Hopkins]]></dc:creator>
		<pubDate>Mon, 05 Oct 2009 13:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://oraclue.com/?p=863#comment-341</guid>
		<description><![CDATA[I failed trying to post the sample code here so I&#039;ve posted it to my nascent blog instead.

Please see the url below for a demonstration of the problem with virtual columns and row shipping in 11.1.0.6
http://timothyhopkins.net/?p=18

Cheers,
Tim]]></description>
		<content:encoded><![CDATA[<p>I failed trying to post the sample code here so I&#8217;ve posted it to my nascent blog instead.</p>
<p>Please see the url below for a demonstration of the problem with virtual columns and row shipping in 11.1.0.6<br />
<a href="http://timothyhopkins.net/?p=18" rel="nofollow">http://timothyhopkins.net/?p=18</a></p>
<p>Cheers,<br />
Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Hopkins</title>
		<link>http://oraclue.com/2009/07/13/wide-table-select-row-shipping/#comment-340</link>
		<dc:creator><![CDATA[Tim Hopkins]]></dc:creator>
		<pubDate>Mon, 05 Oct 2009 12:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://oraclue.com/?p=863#comment-340</guid>
		<description><![CDATA[Thanks Miladin, this helped to give us a bit more insight into a problem we were having with virtual columns on 11.1.0.6.

We have a scenario where virtual columns were being returned as NULL if we used SELECT * and the table contained above a certain number of columns.
After stumbling across your post, I now realise it&#039;s because virtual columns don&#039;t seem to be compatible with this row shipping &#039;enhancement&#039;.

I&#039;ll try posting some sample test case code in another comment. Fingers crossed Wordpress doesn&#039;t screw up the formatting.]]></description>
		<content:encoded><![CDATA[<p>Thanks Miladin, this helped to give us a bit more insight into a problem we were having with virtual columns on 11.1.0.6.</p>
<p>We have a scenario where virtual columns were being returned as NULL if we used SELECT * and the table contained above a certain number of columns.<br />
After stumbling across your post, I now realise it&#8217;s because virtual columns don&#8217;t seem to be compatible with this row shipping &#8216;enhancement&#8217;.</p>
<p>I&#8217;ll try posting some sample test case code in another comment. Fingers crossed WordPress doesn&#8217;t screw up the formatting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oraclue</title>
		<link>http://oraclue.com/2009/07/13/wide-table-select-row-shipping/#comment-248</link>
		<dc:creator><![CDATA[oraclue]]></dc:creator>
		<pubDate>Fri, 17 Jul 2009 18:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://oraclue.com/?p=863#comment-248</guid>
		<description><![CDATA[Hi Frits,

Please see last post Direct path reads and serial table scans in 11g.


Thanks for reading my blog.

Miladin]]></description>
		<content:encoded><![CDATA[<p>Hi Frits,</p>
<p>Please see last post Direct path reads and serial table scans in 11g.</p>
<p>Thanks for reading my blog.</p>
<p>Miladin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frits Hoogland</title>
		<link>http://oraclue.com/2009/07/13/wide-table-select-row-shipping/#comment-247</link>
		<dc:creator><![CDATA[Frits Hoogland]]></dc:creator>
		<pubDate>Fri, 17 Jul 2009 17:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://oraclue.com/?p=863#comment-247</guid>
		<description><![CDATA[Doug burns observed full table scans which resulted in &#039;direct path reads&#039; instead of the &#039;db file scattered reads&#039; you would expect in Oracle 11. Could this be related?]]></description>
		<content:encoded><![CDATA[<p>Doug burns observed full table scans which resulted in &#8216;direct path reads&#8217; instead of the &#8216;db file scattered reads&#8217; you would expect in Oracle 11. Could this be related?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

