<?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: New PL/SQL Feature in Oracle 11g: the use of sequence.nextval</title>
	<atom:link href="http://technology.amis.nl/2007/07/13/new-plsql-feature-in-oracle-11g-the-use-of-sequencenextval/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2007/07/13/new-plsql-feature-in-oracle-11g-the-use-of-sequencenextval/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-plsql-feature-in-oracle-11g-the-use-of-sequencenextval</link>
	<description></description>
	<lastBuildDate>Tue, 11 Jun 2013 22:09:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Asif Momen</title>
		<link>http://technology.amis.nl/2007/07/13/new-plsql-feature-in-oracle-11g-the-use-of-sequencenextval/#comment-4778</link>
		<dc:creator>Asif Momen</dc:creator>
		<pubDate>Tue, 25 Sep 2007 09:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2268#comment-4778</guid>
		<description><![CDATA[Hi,

Karl is right. Oracle internally converts the assignment into equivalent SQL statement. Click &lt;a href=&quot;http://momendba.blogspot.com/2007/09/use-of-oracle-sequences-in-plsql.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, to have a look at the test.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Karl is right. Oracle internally converts the assignment into equivalent SQL statement. Click <a href="http://momendba.blogspot.com/2007/09/use-of-oracle-sequences-in-plsql.html" rel="nofollow">here</a>, to have a look at the test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asif Momen</title>
		<link>http://technology.amis.nl/2007/07/13/new-plsql-feature-in-oracle-11g-the-use-of-sequencenextval/#comment-4777</link>
		<dc:creator>Asif Momen</dc:creator>
		<pubDate>Mon, 24 Sep 2007 20:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2268#comment-4777</guid>
		<description><![CDATA[Hi,

Karl is right. Oracle internally translates the assignment into equivalent SQL statement. Read &lt;a href=&quot;http://momendba.blogspot.com/2007/09/use-of-oracle-sequences-in-plsql.html&quot; rel=&quot;nofollow&quot;&gt; this &lt;/a&gt; for a test case.


Momen]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Karl is right. Oracle internally translates the assignment into equivalent SQL statement. Read <a href="http://momendba.blogspot.com/2007/09/use-of-oracle-sequences-in-plsql.html" rel="nofollow"> this </a> for a test case.</p>
<p>Momen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://technology.amis.nl/2007/07/13/new-plsql-feature-in-oracle-11g-the-use-of-sequencenextval/#comment-4776</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Thu, 19 Jul 2007 17:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2268#comment-4776</guid>
		<description><![CDATA[Hi,
i assume that  &#039;l_seq := oe.orders_seq.nextval;&#039; is translated/executed internally to  &#039;SELECT oe.orders_seq.nextval INTO l_seq FROM DUAL;&#039;
did you trace it?

Karl]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
i assume that  &#8216;l_seq := oe.orders_seq.nextval;&#8217; is translated/executed internally to  &#8216;SELECT oe.orders_seq.nextval INTO l_seq FROM DUAL;&#8217;<br />
did you trace it?</p>
<p>Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Sinke</title>
		<link>http://technology.amis.nl/2007/07/13/new-plsql-feature-in-oracle-11g-the-use-of-sequencenextval/#comment-4775</link>
		<dc:creator>Patrick Sinke</dc:creator>
		<pubDate>Fri, 13 Jul 2007 15:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2268#comment-4775</guid>
		<description><![CDATA[This is another small but good step in the right direction. I tried if it was possible to assign a sequence to the default expression of a column, but it appears this feature is really restricted to PL/SQL.
As I see it now, many features are small tweaks to pl/sql.]]></description>
		<content:encoded><![CDATA[<p>This is another small but good step in the right direction. I tried if it was possible to assign a sequence to the default expression of a column, but it appears this feature is really restricted to PL/SQL.<br />
As I see it now, many features are small tweaks to pl/sql.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
