|
-
August 22nd, 2007, 04:44 AM
#1
last modified?
Does anyone know if oracle saves "last modified" data? I want to use this in a archiving tool by only querying for data after/before certain dates.
-
August 22nd, 2007, 05:33 AM
#2
Re: last modified?
If you are using Oracle 10g, this might be of interest:
http://www.builderau.com.au/program/...9271944,00.htm
Otherwise, add a column that holds a timestamp.
-
August 23rd, 2007, 02:36 AM
#3
Re: last modified?
Hi all.
In addition what andreasblixt said, you might add a trigger on your table that updates the timestamp field during INSERT / UPDATE operations.
-
September 8th, 2007, 06:26 AM
#4
Re: last modified?
Thanks for the reply.The problem is solved.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|