<?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: Oracle Database 11g New PL/SQL Features in your 10g Code Today</title>
	<atom:link href="http://awads.net/wp/2007/08/01/oracle-database-11g-new-plsql-features-in-your-10g-code-today/feed/" rel="self" type="application/rss+xml" />
	<link>http://awads.net/wp/2007/08/01/oracle-database-11g-new-plsql-features-in-your-10g-code-today/</link>
	<description>News, views, tips and tricks on Oracle and other fun stuff</description>
	<lastBuildDate>Tue, 24 Jan 2012 20:49:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeffrey Kemp</title>
		<link>http://awads.net/wp/2007/08/01/oracle-database-11g-new-plsql-features-in-your-10g-code-today/comment-page-1/#comment-51345</link>
		<dc:creator>Jeffrey Kemp</dc:creator>
		<pubDate>Fri, 03 Aug 2007 01:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2007/08/01/oracle-database-11g-new-plsql-features-in-your-10g-code-today/#comment-51345</guid>
		<description>&lt;p&gt;That&#039;s a great use for conditional compilation, perhaps for simple scenarios like you exemplify here; however I&#039;d never recommend putting untested code in production.&lt;/p&gt;

&lt;p&gt;When you upgrade to 11g obviously you&#039;d test the upgrade in a non-production environment. This could be 6+ months from now, and might not necessarily be you; so someone will have the burden of testing your code, which might not compile, or worse will have unwanted side effects.&lt;/p&gt;

&lt;p&gt;Kudos for getting us thinking about the new features, though. Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That&#8217;s a great use for conditional compilation, perhaps for simple scenarios like you exemplify here; however I&#8217;d never recommend putting untested code in production.</p>

<p>When you upgrade to 11g obviously you&#8217;d test the upgrade in a non-production environment. This could be 6+ months from now, and might not necessarily be you; so someone will have the burden of testing your code, which might not compile, or worse will have unwanted side effects.</p>

<p>Kudos for getting us thinking about the new features, though. Thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>By: LewisC</title>
		<link>http://awads.net/wp/2007/08/01/oracle-database-11g-new-plsql-features-in-your-10g-code-today/comment-page-1/#comment-51344</link>
		<dc:creator>LewisC</dc:creator>
		<pubDate>Thu, 02 Aug 2007 23:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2007/08/01/oracle-database-11g-new-plsql-features-in-your-10g-code-today/#comment-51344</guid>
		<description>&lt;p&gt;Eddie,&lt;/p&gt;

&lt;p&gt;Excellent post!  Kudos to Oracle for adding these features but kudos to you for thinking how to use current features to prepare for future features.&lt;/p&gt;

&lt;p&gt;LewisC&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Eddie,</p>

<p>Excellent post!  Kudos to Oracle for adding these features but kudos to you for thinking how to use current features to prepare for future features.</p>

<p>LewisC</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2007/08/01/oracle-database-11g-new-plsql-features-in-your-10g-code-today/comment-page-1/#comment-51340</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Thu, 02 Aug 2007 04:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2007/08/01/oracle-database-11g-new-plsql-features-in-your-10g-code-today/#comment-51340</guid>
		<description>&lt;p&gt;Zeeno, The following is an excerpt from a presentation by Bryn Llewellyn, PL/SQL Product Manager at Oracle, about PL/SQL conditional compilation:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;In 9.2.0.6 it’s disabled. You have to use an &quot;underscore parameter&quot; to enable it.&lt;/li&gt;
&lt;li&gt;In 10.1.0.4 – while it is enabled by default – you can disable it by using the same &quot;underscore parameter&quot;.&lt;/li&gt;
&lt;li&gt;In 10.2 this &quot;underscore parameter&quot; is obsolete.&lt;/li&gt;
&lt;/ul&gt;
</description>
		<content:encoded><![CDATA[<p>Zeeno, The following is an excerpt from a presentation by Bryn Llewellyn, PL/SQL Product Manager at Oracle, about PL/SQL conditional compilation:</p>

<ul>
<li>In 9.2.0.6 it’s disabled. You have to use an &#8220;underscore parameter&#8221; to enable it.</li>
<li>In 10.1.0.4 – while it is enabled by default – you can disable it by using the same &#8220;underscore parameter&#8221;.</li>
<li>In 10.2 this &#8220;underscore parameter&#8221; is obsolete.</li>
</ul>]]></content:encoded>
	</item>
	<item>
		<title>By: Zeeno</title>
		<link>http://awads.net/wp/2007/08/01/oracle-database-11g-new-plsql-features-in-your-10g-code-today/comment-page-1/#comment-51335</link>
		<dc:creator>Zeeno</dc:creator>
		<pubDate>Wed, 01 Aug 2007 13:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2007/08/01/oracle-database-11g-new-plsql-features-in-your-10g-code-today/#comment-51335</guid>
		<description>&lt;p&gt;That&#039;s real good. However, if upgrade 9i to 11g ... ...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That&#8217;s real good. However, if upgrade 9i to 11g &#8230; &#8230;</p>]]></content:encoded>
	</item>
</channel>
</rss>

