<?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: Using Flashback Query in Oracle SQL to spot changes and compare records</title>
	<atom:link href="http://technology.amis.nl/2009/02/24/using-flashback-query-in-oracle-sql-to-spot-changes-and-compare-records/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2009/02/24/using-flashback-query-in-oracle-sql-to-spot-changes-and-compare-records/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-flashback-query-in-oracle-sql-to-spot-changes-and-compare-records</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: Patrick</title>
		<link>http://technology.amis.nl/2009/02/24/using-flashback-query-in-oracle-sql-to-spot-changes-and-compare-records/#comment-5714</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 24 Feb 2009 20:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=4897#comment-5714</guid>
		<description><![CDATA[-- Great stuff! I have been using the

CREATE RESTORE POINT MYDATA;
COMMIT;

alter table xxx enable row movement;
commit;

-- then
Flashback table xxx to restore point mydata;

way to go...learn something today!]]></description>
		<content:encoded><![CDATA[<p>&#8211; Great stuff! I have been using the</p>
<p>CREATE RESTORE POINT MYDATA;<br />
COMMIT;</p>
<p>alter table xxx enable row movement;<br />
commit;</p>
<p>&#8211; then<br />
Flashback table xxx to restore point mydata;</p>
<p>way to go&#8230;learn something today!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
