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

Home -> Community -> Usenet -> c.d.o.server -> Re: DateTime when a Record has changed ?

Re: DateTime when a Record has changed ?

From: David Van Zandt <dvanzandt_at_iquest.net>
Date: Sat, 09 Sep 2000 17:10:31 -0500
Message-ID: <39BAB557.687AD257@iquest.net>

  1. Add a column with a DATE datatype; create a trigger to update the value to SYSDATE when the row change is committed.
  2. Set up an AUDIT event on the table.

HTH,
dvz

Mika wrote:
>
> Is there a way to get the Date/Time when a Record has changed last.
> Or is there an other identifier to find out if a Record has been changed
> by an other user ?
>
> Thanx for an answer

- Received on Sat Sep 09 2000 - 17:10:31 CDT

Original text of this message

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