Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: A "modification time" question

Re: A "modification time" question

From: Jan Pruner <jan_at_pruner.cz>
Date: Thu, 16 Aug 2001 04:00:46 -0700
Message-ID: <F001.0036CB06.20010816035052@fatcity.com>

Create a trigger on insert/update of zour table and let the trigger write tuple in other table with datetime of modification of ROWID of your table.

Jan Pruner

Dne čt 16. srpen 2001 13:15 jste napsal(a):
> Dear gurus !
> Is there a way to know the time of insert/update for each row in a table ?
> Or , which rows in a table were inserted/updated since a certain time.
> ( Sort of find ... -mtime ... for UNIX files) .
> I CAN NOT modify the structure of the table , i.e. i CAN NOT add a
> timestamp or other column , just need to deal with what is present.
> Thanks a lot for your help !!!

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jan Pruner
  INET: jan_at_pruner.cz

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Aug 16 2001 - 06:00:46 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US