<?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: Select a blob across a database link, without getting ORA-22992</title>
	<atom:link href="http://technology.amis.nl/2012/07/02/select-a-blob-across-a-database-link-without-getting-ora-22992/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2012/07/02/select-a-blob-across-a-database-link-without-getting-ora-22992/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=select-a-blob-across-a-database-link-without-getting-ora-22992</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Anton Scheffer</title>
		<link>http://technology.amis.nl/2012/07/02/select-a-blob-across-a-database-link-without-getting-ora-22992/#comment-7302</link>
		<dc:creator>Anton Scheffer</dc:creator>
		<pubDate>Mon, 05 Nov 2012 11:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/?p=18352#comment-7302</guid>
		<description><![CDATA[@Isaac chocron:
I don&#039;t believe that your query is working for small clobs, and that inserting a large clob in your remote table causes an ORA-00942 in your query.]]></description>
		<content:encoded><![CDATA[<p>@Isaac chocron:<br />
I don&#8217;t believe that your query is working for small clobs, and that inserting a large clob in your remote table causes an ORA-00942 in your query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isaac chocron</title>
		<link>http://technology.amis.nl/2012/07/02/select-a-blob-across-a-database-link-without-getting-ora-22992/#comment-7301</link>
		<dc:creator>Isaac chocron</dc:creator>
		<pubDate>Sun, 04 Nov 2012 09:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/?p=18352#comment-7301</guid>
		<description><![CDATA[I tested it on our 11R2 (64bits) with a object type based table that contain CLOB.
When the length of the remote CLOB is more of 4000 characters, I received the next oracle error:

  1  select message#, (select message from dual) txt from message_from_machine@copy_values
  2* where message#= 2557073
SQL&gt; /
ERROR:
ORA-00942: table or view does not exist]]></description>
		<content:encoded><![CDATA[<p>I tested it on our 11R2 (64bits) with a object type based table that contain CLOB.<br />
When the length of the remote CLOB is more of 4000 characters, I received the next oracle error:</p>
<p>  1  select message#, (select message from dual) txt from message_from_machine@copy_values<br />
  2* where message#= 2557073<br />
SQL&gt; /<br />
ERROR:<br />
ORA-00942: table or view does not exist</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/2012/07/02/select-a-blob-across-a-database-link-without-getting-ora-22992/#comment-7227</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Mon, 02 Jul 2012 20:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/?p=18352#comment-7227</guid>
		<description><![CDATA[Also be aware of Tom Kyte’s follow up…(regarding “bug or feature”)

&quot;&lt;strong&gt;Select without select into … July 2, 2012 – 9am Central time zone&lt;/strong&gt;&quot; on &lt;a href=&quot;http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:696224943687&quot; rel=&quot;nofollow&quot;&gt;http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:696224943687&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Also be aware of Tom Kyte’s follow up…(regarding “bug or feature”)</p>
<p>&#8220;<strong>Select without select into … July 2, 2012 – 9am Central time zone</strong>&#8221; on <a href="http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:696224943687" rel="nofollow"></a><a href="http://asktom.oracle.com/pls/apex/f?p=100:11:0" rel="nofollow">http://asktom.oracle.com/pls/apex/f?p=100:11:0</a>::::P11_QUESTION_ID:696224943687</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/2012/07/02/select-a-blob-across-a-database-link-without-getting-ora-22992/#comment-7226</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Mon, 02 Jul 2012 14:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/?p=18352#comment-7226</guid>
		<description><![CDATA[Follow up on Anton&#039;s post regarding XMLTYPE (CLOB/Basicfile/Securefile) handling:

http://www.liberidu.com/blog/2012/07/02/xmltype-datatype-and-ora-22992]]></description>
		<content:encoded><![CDATA[<p>Follow up on Anton&#8217;s post regarding XMLTYPE (CLOB/Basicfile/Securefile) handling:</p>
<p><a href="http://www.liberidu.com/blog/2012/07/02/xmltype-datatype-and-ora-22992" rel="nofollow">http://www.liberidu.com/blog/2012/07/02/xmltype-datatype-and-ora-22992</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
