<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: What does RESERVED = Y really mean?</title>
	<atom:link href="http://awads.net/wp/2007/01/10/what-does-reserved-y-really-mean/feed/" rel="self" type="application/rss+xml" />
	<link>http://awads.net/wp/2007/01/10/what-does-reserved-y-really-mean/</link>
	<description>News, views, tips and tricks on Oracle and other fun stuff</description>
	<lastBuildDate>Fri, 26 Feb 2010 18:04:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2007/01/10/what-does-reserved-y-really-mean/comment-page-1/#comment-50299</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Sun, 14 Jan 2007 18:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2007/01/10/what-does-reserved-y-really-mean/#comment-50299</guid>
		<description>&lt;p&gt;A good practice would be to always use a certain prefix or suffix in your PL/SQL identifiers as a way to avoid using reserved words. For example, prefix local identifiers with &lt;code&gt;l_&lt;/code&gt; and global identifiers with &lt;code&gt;g_&lt;/code&gt;.  So, even though &quot;begin&quot; cannot be used as an identifier,  &quot;l_begin&quot; can.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A good practice would be to always use a certain prefix or suffix in your PL/SQL identifiers as a way to avoid using reserved words. For example, prefix local identifiers with <code>l_</code> and global identifiers with <code>g_</code>.  So, even though &#8220;begin&#8221; cannot be used as an identifier,  &#8220;l_begin&#8221; can.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: William Robertson</title>
		<link>http://awads.net/wp/2007/01/10/what-does-reserved-y-really-mean/comment-page-1/#comment-50298</link>
		<dc:creator>William Robertson</dc:creator>
		<pubDate>Sun, 14 Jan 2007 16:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2007/01/10/what-does-reserved-y-really-mean/#comment-50298</guid>
		<description>&lt;p&gt;&lt;i&gt;&gt; But why would you use keywords, reserved or not, as identifiers?!&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;Presumably the idea is to help you avoid using them, especially since each release of Oracle adds more. Otherwise you would never know that the list now includes GUARANTEED, VERSION, INFORMATIONAL, WALLET, WELLFORMED and M. (Not to mention LENGTH, which is rather bizarrely used as a column name by the view itself.)&lt;/p&gt;

&lt;p&gt;It also seems to include a selection of what appear to be optimizer hints such as USE_HASH and FULL. I can&#039;t see what naming conflict could ever arise in practice with those.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><i>&gt; But why would you use keywords, reserved or not, as identifiers?!</i></p>

<p>Presumably the idea is to help you avoid using them, especially since each release of Oracle adds more. Otherwise you would never know that the list now includes GUARANTEED, VERSION, INFORMATIONAL, WALLET, WELLFORMED and M. (Not to mention LENGTH, which is rather bizarrely used as a column name by the view itself.)</p>

<p>It also seems to include a selection of what appear to be optimizer hints such as USE_HASH and FULL. I can&#8217;t see what naming conflict could ever arise in practice with those.</p>]]></content:encoded>
	</item>
</channel>
</rss>
