<?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: Cool SQL function: DUMP</title>
	<atom:link href="http://awads.net/wp/2006/01/12/cool-sql-function-dump/feed/" rel="self" type="application/rss+xml" />
	<link>http://awads.net/wp/2006/01/12/cool-sql-function-dump/</link>
	<description>News, views, tips and tricks on Oracle and other fun stuff</description>
	<pubDate>Tue, 06 Jan 2009 05:31:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kamus Oracle World</title>
		<link>http://awads.net/wp/2006/01/12/cool-sql-function-dump/comment-page-1/#comment-1156</link>
		<dc:creator>Kamus Oracle World</dc:creator>
		<pubDate>Fri, 13 Jan 2006 06:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=187#comment-1156</guid>
		<description>&lt;p&gt;Cool SQL function: DUMP&lt;/p&gt;

&lt;p&gt;Ã¥Â¾ÂÃ¦Â±Â‚Ã¤ÂºÂ†Eddie Awad...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Cool SQL function: DUMP</p>
<p>Ã¥Â¾ÂÃ¦Â±Â‚Ã¤ÂºÂ†Eddie Awad&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamus</title>
		<link>http://awads.net/wp/2006/01/12/cool-sql-function-dump/comment-page-1/#comment-1154</link>
		<dc:creator>kamus</dc:creator>
		<pubDate>Fri, 13 Jan 2006 05:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=187#comment-1154</guid>
		<description>&lt;p&gt;I found your posts always be interesting, I'm a Oracle DBA living in China, maybe I can translate some of your articles into Chinese, but I cannnot find any Creative Commons license in your site, so if you don't mide my translation please email to me. Thanks.&lt;/p&gt;

&lt;p&gt;kamusis [at] gmail [dot] com&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I found your posts always be interesting, I&#8217;m a Oracle DBA living in China, maybe I can translate some of your articles into Chinese, but I cannnot find any Creative Commons license in your site, so if you don&#8217;t mide my translation please email to me. Thanks.</p>
<p>kamusis [at] gmail [dot] com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamus</title>
		<link>http://awads.net/wp/2006/01/12/cool-sql-function-dump/comment-page-1/#comment-1153</link>
		<dc:creator>kamus</dc:creator>
		<pubDate>Fri, 13 Jan 2006 04:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=187#comment-1153</guid>
		<description>&lt;p&gt;never in prodcution applications, just use it for some data storage internal test.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>never in prodcution applications, just use it for some data storage internal test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gagan</title>
		<link>http://awads.net/wp/2006/01/12/cool-sql-function-dump/comment-page-1/#comment-1150</link>
		<dc:creator>Gagan</dc:creator>
		<pubDate>Thu, 12 Jan 2006 22:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=187#comment-1150</guid>
		<description>&lt;p&gt;The dump command is very handy, and I used it to perform character set conversions when I had to migrate an Oracle 8 database to an Oracle 9iR2 database.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The dump command is very handy, and I used it to perform character set conversions when I had to migrate an Oracle 8 database to an Oracle 9iR2 database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://awads.net/wp/2006/01/12/cool-sql-function-dump/comment-page-1/#comment-1149</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 12 Jan 2006 21:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=187#comment-1149</guid>
		<description>&lt;p&gt;Haven't used it in Production code, but its handy for debugging (looking for trailing spaces or control characters such as a CR in VARCHAR2 fields).&lt;/p&gt;

&lt;p&gt;One aspect I like is that DUMP(val) returns the string 'NULL' for null values, so DUMP(val_1) = DUMP(val_2) returns TRUE if both values are NULL. 
However because DUMP also shows the datatype, the same returns false for, for example, val_1 is the number 10 and val_2 the string '10'.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Haven&#8217;t used it in Production code, but its handy for debugging (looking for trailing spaces or control characters such as a CR in VARCHAR2 fields).</p>
<p>One aspect I like is that DUMP(val) returns the string &#8216;NULL&#8217; for null values, so DUMP(val_1) = DUMP(val_2) returns TRUE if both values are NULL.<br />
However because DUMP also shows the datatype, the same returns false for, for example, val_1 is the number 10 and val_2 the string &#8216;10&#8242;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
