<?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: Fixing ORA-22992 &#8220;cannot Use LOB Locators Selected from Remote Tables&#8221; Error</title>
	<atom:link href="http://www.dbuggr.com/smallwei/solution-error-ora-22992-lob-locators-selected-remote-tabl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com/smallwei/solution-error-ora-22992-lob-locators-selected-remote-tabl/</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:13:48 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: smallwei</title>
		<link>http://www.dbuggr.com/smallwei/solution-error-ora-22992-lob-locators-selected-remote-tabl/comment-page-1/#comment-270</link>
		<dc:creator>smallwei</dc:creator>
		<pubDate>Sat, 07 Nov 2009 04:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/solution-error-ora-22992-lob-locators-selected-remote-tabl/#comment-270</guid>
		<description>There is a bug on 9i,10g, and 11g that is related to this error. It is being fixed in 11.2. It can also be backported for previous 9i, 10g and 11g releases under the latest patchsets.

You may also do a workaround as follow:

Modify the affected SQL by adding the TO_CHAR function. For example:

&lt;code&gt;-- Original SQL:

   SELECT NVL2(&#039;a&#039;, &#039;b&#039;,&#039;c&#039; ) FROM dual@remote_db;
&lt;/code&gt;
&lt;code&gt;-- Modified SQL:

   SELECT TO_CHAR(NVL2(&#039;a&#039;,&#039;b&#039;,&#039;c&#039;)) FROM dual@remote_db;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>There is a bug on 9i,10g, and 11g that is related to this error. It is being fixed in 11.2. It can also be backported for previous 9i, 10g and 11g releases under the latest patchsets.</p>
<p>You may also do a workaround as follow:</p>
<p>Modify the affected SQL by adding the TO_CHAR function. For example:</p>
<p><pre><code>-- Original SQL:

&nbsp;&nbsp; SELECT NVL2(&#039;a&#039;, &#039;b&#039;,&#039;c&#039; ) FROM dual@remote_db;
</code></pre><br />
<pre><code>-- Modified SQL:

&nbsp;&nbsp; SELECT TO_CHAR(NVL2(&#039;a&#039;,&#039;b&#039;,&#039;c&#039;)) FROM dual@remote_db;</code></pre></p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
