<?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"
	>
<channel>
	<title>Comments on: Previously Undocumented LNNVL SQL Function Buggy</title>
	<atom:link href="http://awads.net/wp/2006/10/11/previously-undocumented-lnnvl-sql-function-buggy/feed/" rel="self" type="application/rss+xml" />
	<link>http://awads.net/wp/2006/10/11/previously-undocumented-lnnvl-sql-function-buggy/</link>
	<description>News, views, tips and tricks on Oracle and other fun stuff</description>
	<pubDate>Fri, 21 Nov 2008 02:09:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: toni</title>
		<link>http://awads.net/wp/2006/10/11/previously-undocumented-lnnvl-sql-function-buggy/#comment-50093</link>
		<dc:creator>toni</dc:creator>
		<pubDate>Fri, 20 Oct 2006 11:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2006/10/11/previously-undocumented-lnnvl-sql-function-buggy/#comment-50093</guid>
		<description>testing on sql*plus  and production database :

&lt;p&gt;SQL*Plus: Release 9.2.0.1.0 - Production on Vie Oct 20 13:29:46 2006&lt;/p&gt;

&lt;p&gt;Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.&lt;/p&gt;

&lt;p&gt;Conectado a:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
JServer Release 9.2.0.4.0 - Production&lt;/p&gt;

&lt;p&gt;SQL&#62; 
SQL&#62; 
SQL&#62; 
SQL&#62; select * from dual where not lnnvl(1=1)
  2  /
select * from dual where not lnnvl(1=1)
*
ERROR en lÃ­nea 1:
ORA-03113: fin de archivo en el canal de comunicaciÃ³n&lt;/p&gt;

&lt;p&gt;SQL&#62; select * from dual
  2  /
select * from dual
*
ERROR en lÃ­nea 1:
ORA-03114: no conectado a ORACLE&lt;/p&gt;





&lt;p&gt;It seem like a bug , no ?
8))&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>testing on sql*plus  and production database :</p>
<p>SQL*Plus: Release 9.2.0.1.0 - Production on Vie Oct 20 13:29:46 2006</p>
<p>Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.</p>
<p>Conectado a:<br />
Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production<br />
JServer Release 9.2.0.4.0 - Production</p>
<p>SQL&gt;<br />
SQL&gt;<br />
SQL&gt;<br />
SQL&gt; select * from dual where not lnnvl(1=1)<br />
  2  /<br />
select * from dual where not lnnvl(1=1)<br />
*<br />
ERROR en lÃ­nea 1:<br />
ORA-03113: fin de archivo en el canal de comunicaciÃ³n</p>
<p>SQL&gt; select * from dual<br />
  2  /<br />
select * from dual<br />
*<br />
ERROR en lÃ­nea 1:<br />
ORA-03114: no conectado a ORACLE</p>
<p>It seem like a bug , no ?<br />
8))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Kyte</title>
		<link>http://awads.net/wp/2006/10/11/previously-undocumented-lnnvl-sql-function-buggy/#comment-50068</link>
		<dc:creator>Thomas Kyte</dc:creator>
		<pubDate>Wed, 11 Oct 2006 15:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2006/10/11/previously-undocumented-lnnvl-sql-function-buggy/#comment-50068</guid>
		<description>&lt;p&gt;Indeed, learned something new :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Indeed, learned something new <img src='http://awads.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2006/10/11/previously-undocumented-lnnvl-sql-function-buggy/#comment-50067</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Wed, 11 Oct 2006 15:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2006/10/11/previously-undocumented-lnnvl-sql-function-buggy/#comment-50067</guid>
		<description>&lt;p&gt;But this function &lt;a href="http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14200/functions078.htm#i1479295" rel="nofollow"&gt;is documented&lt;/a&gt; (as of 10gR1).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>But this function <a href="http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14200/functions078.htm#i1479295" rel="nofollow">is documented</a> (as of 10gR1).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Kyte</title>
		<link>http://awads.net/wp/2006/10/11/previously-undocumented-lnnvl-sql-function-buggy/#comment-50066</link>
		<dc:creator>Thomas Kyte</dc:creator>
		<pubDate>Wed, 11 Oct 2006 12:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2006/10/11/previously-undocumented-lnnvl-sql-function-buggy/#comment-50066</guid>
		<description>&lt;p&gt;It is not possible for that to be a bug, you see this function does not exist as far as you are concerned.  It works when and where it is needed internally.&lt;/p&gt;

&lt;p&gt;The foibles of "undocumented", recommend ignoring the man behind the curtain - the way this function works could change from release to release, patch to patch.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It is not possible for that to be a bug, you see this function does not exist as far as you are concerned.  It works when and where it is needed internally.</p>
<p>The foibles of &#8220;undocumented&#8221;, recommend ignoring the man behind the curtain - the way this function works could change from release to release, patch to patch.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
