<?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: The Great Oracle SQL Quiz &#8211; answers to two sample questions &#8211; why we do no longer need journalling tables</title>
	<atom:link href="http://technology.amis.nl/2007/11/07/the-great-oracle-sql-quiz-answers-to-two-sample-questions-why-we-do-no-longer-need-journalling-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2007/11/07/the-great-oracle-sql-quiz-answers-to-two-sample-questions-why-we-do-no-longer-need-journalling-tables/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-great-oracle-sql-quiz-answers-to-two-sample-questions-why-we-do-no-longer-need-journalling-tables</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Laurent Schneider</title>
		<link>http://technology.amis.nl/2007/11/07/the-great-oracle-sql-quiz-answers-to-two-sample-questions-why-we-do-no-longer-need-journalling-tables/#comment-4999</link>
		<dc:creator>Laurent Schneider</dc:creator>
		<pubDate>Thu, 08 Nov 2007 10:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2520#comment-4999</guid>
		<description><![CDATA[drop table emp;
create table emp as select * from scott.emp ;
host sleep 30 ;
delete emp where ename=&#039;SCOTT&#039;;
insert into emp(ename,empno,sal) values (&#039;MIKE&#039;,7788,100);
commit;
     EMPNO ENAME      ABSOLUTE_RAISE PERCENTAGE_RAISE VERSIONS_STARTTIME
---------- ---------- -------------- ---------------- ---------------------
      7788 SCOTT                2900             2900 08-NOV-07 11.32.37 AM


Scott did not get a salary increase of 2900, new employee Mike started with a salary which is 30x smaller...

I would add a condition on versions_operation to filter only updates.]]></description>
		<content:encoded><![CDATA[<p>drop table emp;<br />
create table emp as select * from scott.emp ;<br />
host sleep 30 ;<br />
delete emp where ename=&#8217;SCOTT&#8217;;<br />
insert into emp(ename,empno,sal) values (&#8216;MIKE&#8217;,7788,100);<br />
commit;<br />
     EMPNO ENAME      ABSOLUTE_RAISE PERCENTAGE_RAISE VERSIONS_STARTTIME<br />
&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
      7788 SCOTT                2900             2900 08-NOV-07 11.32.37 AM</p>
<p>Scott did not get a salary increase of 2900, new employee Mike started with a salary which is 30x smaller&#8230;</p>
<p>I would add a condition on versions_operation to filter only updates.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
