<?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: Distributed Objects</title>
	<atom:link href="http://jonathanlewis.wordpress.com/2010/10/11/distributed-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanlewis.wordpress.com/2010/10/11/distributed-objects/</link>
	<description>Just another Oracle weblog</description>
	<lastBuildDate>Fri, 17 May 2013 13:58:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jonathan Lewis</title>
		<link>http://jonathanlewis.wordpress.com/2010/10/11/distributed-objects/#comment-37537</link>
		<dc:creator><![CDATA[Jonathan Lewis]]></dc:creator>
		<pubDate>Thu, 14 Oct 2010 15:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=4631#comment-37537</guid>
		<description><![CDATA[Milo,

I suspect not - I think the cast() here tells Oracle which abstract data type to use when converting the variable to a table. So the thing that comes out is still an abstract data type.]]></description>
		<content:encoded><![CDATA[<p>Milo,</p>
<p>I suspect not &#8211; I think the cast() here tells Oracle which abstract data type to use when converting the variable to a table. So the thing that comes out is still an abstract data type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milo</title>
		<link>http://jonathanlewis.wordpress.com/2010/10/11/distributed-objects/#comment-37531</link>
		<dc:creator><![CDATA[Milo]]></dc:creator>
		<pubDate>Wed, 13 Oct 2010 16:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=4631#comment-37531</guid>
		<description><![CDATA[In older versions of Oracle the construct &quot;TABLE(m_n1_tab)&quot; was not allowed and you had to use &quot;TABLE( SELECT CAST( m_n1_tab AS number_type_table ) FROM DUAL )&quot; instead.  I wonder if that older way would have given Oracle the data type information it needed as well.]]></description>
		<content:encoded><![CDATA[<p>In older versions of Oracle the construct &#8220;TABLE(m_n1_tab)&#8221; was not allowed and you had to use &#8220;TABLE( SELECT CAST( m_n1_tab AS number_type_table ) FROM DUAL )&#8221; instead.  I wonder if that older way would have given Oracle the data type information it needed as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Lewis</title>
		<link>http://jonathanlewis.wordpress.com/2010/10/11/distributed-objects/#comment-37525</link>
		<dc:creator><![CDATA[Jonathan Lewis]]></dc:creator>
		<pubDate>Wed, 13 Oct 2010 07:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=4631#comment-37525</guid>
		<description><![CDATA[As often happens, it took more time to decide that Oracle was behaving the way it was supposed to, rather than revealing  a bug - and that took two or three hours. Once I realised what the limitation was it took about 10 minutes to come up with a workaround.

Mind you, my first workaround was a bit daft - and it was only while explaining the problem to the developer the following morning that I realised that the solution I&#039;ve shown above was much simpler.]]></description>
		<content:encoded><![CDATA[<p>As often happens, it took more time to decide that Oracle was behaving the way it was supposed to, rather than revealing  a bug &#8211; and that took two or three hours. Once I realised what the limitation was it took about 10 minutes to come up with a workaround.</p>
<p>Mind you, my first workaround was a bit daft &#8211; and it was only while explaining the problem to the developer the following morning that I realised that the solution I&#8217;ve shown above was much simpler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Johnson</title>
		<link>http://jonathanlewis.wordpress.com/2010/10/11/distributed-objects/#comment-37522</link>
		<dc:creator><![CDATA[Mike Johnson]]></dc:creator>
		<pubDate>Wed, 13 Oct 2010 03:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=4631#comment-37522</guid>
		<description><![CDATA[Genius! How long did it take you to figure out a solution?]]></description>
		<content:encoded><![CDATA[<p>Genius! How long did it take you to figure out a solution?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
