<?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: Create logging data in the same table</title>
	<atom:link href="http://technology.amis.nl/2005/03/25/create-loging-date-in-the-same-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2005/03/25/create-loging-date-in-the-same-table/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-loging-date-in-the-same-table</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: Erik Kerkhoven</title>
		<link>http://technology.amis.nl/2005/03/25/create-loging-date-in-the-same-table/#comment-1965</link>
		<dc:creator>Erik Kerkhoven</dc:creator>
		<pubDate>Mon, 07 Nov 2005 21:42:31 +0000</pubDate>
		<guid isPermaLink="false">/?p=479#comment-1965</guid>
		<description><![CDATA[What is exactly the business case here? Say we have an entity PERSON, with id, name, et cetera; and an entity STATUS_HISTORY with attributes: id, person_id, status_id, start_date_active, user_id et cetera. Then, status modifications can be easily implemented by simply adding a new record to the status_history table. That&#039;s all. ;-)]]></description>
		<content:encoded><![CDATA[<p>What is exactly the business case here? Say we have an entity PERSON, with id, name, et cetera; and an entity STATUS_HISTORY with attributes: id, person_id, status_id, start_date_active, user_id et cetera. Then, status modifications can be easily implemented by simply adding a new record to the status_history table. That&#8217;s all. <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Friedman</title>
		<link>http://technology.amis.nl/2005/03/25/create-loging-date-in-the-same-table/#comment-1964</link>
		<dc:creator>Mike Friedman</dc:creator>
		<pubDate>Sun, 27 Mar 2005 02:14:47 +0000</pubDate>
		<guid isPermaLink="false">/?p=479#comment-1964</guid>
		<description><![CDATA[But why would you want to do this?  Seems like you massively complicate all future business logic with this table.

For example, say you repeat your update... ouch!  You&#039;re updating your audit rows too!]]></description>
		<content:encoded><![CDATA[<p>But why would you want to do this?  Seems like you massively complicate all future business logic with this table.</p>
<p>For example, say you repeat your update&#8230; ouch!  You&#8217;re updating your audit rows too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amihay gonen</title>
		<link>http://technology.amis.nl/2005/03/25/create-loging-date-in-the-same-table/#comment-1963</link>
		<dc:creator>amihay gonen</dc:creator>
		<pubDate>Sat, 26 Mar 2005 18:56:38 +0000</pubDate>
		<guid isPermaLink="false">/?p=479#comment-1963</guid>
		<description><![CDATA[you can use dbms_wm.enable_version . use table with version, give more options , less code to write.]]></description>
		<content:encoded><![CDATA[<p>you can use dbms_wm.enable_version . use table with version, give more options , less code to write.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
