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: last update to a table

Re: last update to a table

From: Nick Pope <nick.pope_at_retaininternational.com>
Date: Fri, 16 Feb 2001 10:46:27 -0000
Message-ID: <t8q1hboopn4434@xo.supernews.co.uk>

Or have an audit table that keeps timestamps of all changes.

Build the audit table and create a trigger to populate it on any insert, update or delete

This will save you altering the table you are looking at, if you don't want to change the table structure

Nick Received on Fri Feb 16 2001 - 04:46:27 CST

Original text of this message

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