<?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/blog/2268/new-plsql-feature-in-oracle-11g-the-use-of-sequencenextval/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog/2268/new-plsql-feature-in-oracle-11g-the-use-of-sequencenextval</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Asif Momen</title>
		<link>http://technology.amis.nl/blog/2268/new-plsql-feature-in-oracle-11g-the-use-of-sequencenextval/comment-page-1#comment-262605</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-262605</guid>
		<description>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/blog/2268/new-plsql-feature-in-oracle-11g-the-use-of-sequencenextval/comment-page-1#comment-262592</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-262592</guid>
		<description>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/blog/2268/new-plsql-feature-in-oracle-11g-the-use-of-sequencenextval/comment-page-1#comment-248826</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-248826</guid>
		<description>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/blog/2268/new-plsql-feature-in-oracle-11g-the-use-of-sequencenextval/comment-page-1#comment-247659</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-247659</guid>
		<description>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>

