<?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: Row sizes</title>
	<atom:link href="http://jonathanlewis.wordpress.com/2012/09/27/row-sizes/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanlewis.wordpress.com/2012/09/27/row-sizes/</link>
	<description>Just another Oracle weblog</description>
	<lastBuildDate>Thu, 23 May 2013 12:47:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Row sizes 2 &#124; Oracle Scratchpad</title>
		<link>http://jonathanlewis.wordpress.com/2012/09/27/row-sizes/#comment-54686</link>
		<dc:creator><![CDATA[Row sizes 2 &#124; Oracle Scratchpad]]></dc:creator>
		<pubDate>Sat, 13 Apr 2013 23:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=9555#comment-54686</guid>
		<description><![CDATA[[...] an earlier post I showed you how you could generate SQL to analyze the distribution of row sizes in a table. In the [...]]]></description>
		<content:encoded><![CDATA[<p>[...] an earlier post I showed you how you could generate SQL to analyze the distribution of row sizes in a table. In the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Lewis</title>
		<link>http://jonathanlewis.wordpress.com/2012/09/27/row-sizes/#comment-50634</link>
		<dc:creator><![CDATA[Jonathan Lewis]]></dc:creator>
		<pubDate>Thu, 04 Oct 2012 14:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=9555#comment-50634</guid>
		<description><![CDATA[Mladen,

I made the change a long time ago, and didn&#039;t leave a note in the script about it.

I think I found a couple of cases where vsize() and sys_op_opnsize() gave different results, and vsize() was the wrong one, possibly with respect to nvarchar2() and other N-types - but I can&#039;t be sure of that.

Since the code was an occasional diagnostic for DBAs, rather than something that would be used for affecting data in normal production processing I didn&#039;t mind using an undocumented function - especially one that Oracle uses every day for collecting stats on all column types.]]></description>
		<content:encoded><![CDATA[<p>Mladen,</p>
<p>I made the change a long time ago, and didn&#8217;t leave a note in the script about it.</p>
<p>I think I found a couple of cases where vsize() and sys_op_opnsize() gave different results, and vsize() was the wrong one, possibly with respect to nvarchar2() and other N-types &#8211; but I can&#8217;t be sure of that.</p>
<p>Since the code was an occasional diagnostic for DBAs, rather than something that would be used for affecting data in normal production processing I didn&#8217;t mind using an undocumented function &#8211; especially one that Oracle uses every day for collecting stats on all column types.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mladen Gogala</title>
		<link>http://jonathanlewis.wordpress.com/2012/09/27/row-sizes/#comment-50623</link>
		<dc:creator><![CDATA[Mladen Gogala]]></dc:creator>
		<pubDate>Wed, 03 Oct 2012 20:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=9555#comment-50623</guid>
		<description><![CDATA[Jonathan, why did you opt for an undocumented function sys_op_opnsize instead of the documented and well known vsize?]]></description>
		<content:encoded><![CDATA[<p>Jonathan, why did you opt for an undocumented function sys_op_opnsize instead of the documented and well known vsize?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
