<?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/"
		>
<channel>
	<title>Comments on: Returning a Ref Cursor based on a PL/SQL Collection</title>
	<atom:link href="http://technology.amis.nl/blog/815/returning-a-ref-cursor-based-on-a-plsql-collection/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog/815/returning-a-ref-cursor-based-on-a-plsql-collection</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gauss</title>
		<link>http://technology.amis.nl/blog/815/returning-a-ref-cursor-based-on-a-plsql-collection/comment-page-1#comment-359308</link>
		<dc:creator>Gauss</dc:creator>
		<pubDate>Thu, 04 Mar 2010 23:38:57 +0000</pubDate>
		<guid isPermaLink="false">/?p=815#comment-359308</guid>
		<description>

Do you know how to do the same thing but with a collection which uses a local (PL/SQL) type definition? I get the error ORA-00902: invalid datatype. If I try without the cast operator (which worked just fine also with an SQL type) then I get PLS-00642: local collection types not allowed in SQL statements.

</description>
		<content:encoded><![CDATA[<p>Do you know how to do the same thing but with a collection which uses a local (PL/SQL) type definition? I get the error ORA-00902: invalid datatype. If I try without the cast operator (which worked just fine also with an SQL type) then I get PLS-00642: local collection types not allowed in SQL statements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: firefight</title>
		<link>http://technology.amis.nl/blog/815/returning-a-ref-cursor-based-on-a-plsql-collection/comment-page-1#comment-75547</link>
		<dc:creator>firefight</dc:creator>
		<pubDate>Fri, 30 Jun 2006 04:12:59 +0000</pubDate>
		<guid isPermaLink="false">/?p=815#comment-75547</guid>
		<description>Nice code snippet. I don&#039;t know why Oracle has restrictions on the Cast so that you can&#039;t use types declared in packages...</description>
		<content:encoded><![CDATA[<p>Nice code snippet. I don&#8217;t know why Oracle has restrictions on the Cast so that you can&#8217;t use types declared in packages&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

