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: Andrey Bronfin <andreyb_at_elrontelesoft.com>
Date: Thu, 16 Aug 2001 03:51:04 -0700
Message-ID: <F001.0036CA89.20010816033542@fatcity.com>

Hi Aviv !
Thanks for your reply !
Yes , i thought of this "snapshot log" option . 2 problems :
1) performance overhead - for each DML on my table , i have a DML on the MLOG$_ (snapshot log) table , carried out by a trigger. 2) For each access to the rows in my original table , i need to join with the MLOG$_ table (in order to filter out the neccessary timestamps) - another performance overhead.
3) I'm wondering whether this modification time is stored somewhere in the data dictionary.
Thanks a lot !

-----Original Message-----
Sent: Thursday, August 16, 2001 1:17 PM
To: 'Andrey Bronfin'

create snapshot log

Aviv Cohen
DBA
mailto:avivc_at_amdocs.com
972-97761395

-----Original Message-----
Sent: Thursday, August 16, 2001 12:14 PM To: LazyDBA.com Discussion

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 !!!



Oracle documentation is here:
http://tahiti.oracle.com/pls/tahiti/tahiti.homepage To unsubscribe: send a blank email to oracledba-unsubscribe_at_LAZYDBA.com To subscribe: send a blank email to oracledba-subscribe_at_LAZYDBA.com Visit the list archive: http://www.LAZYDBA.com/odbareadmail.pl Tell yer mates about http://www.farAwayJobs.com By using this list you agree to these
terms:http://www.lazydba.com/legal.html
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Andrey Bronfin
  INET: andreyb_at_elrontelesoft.com
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 - 05:51:04 CDT

Original text of this message

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