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: Identifying Updates, Deletes and Inserts

Re: Identifying Updates, Deletes and Inserts

From: Pete Sharman <psharman_at_us.oracle.com>
Date: Mon, 26 Jul 1999 09:18:58 -0700
Message-ID: <379C8A72.B31E1D96@us.oracle.com>


Richard

If you want to see the old and new values, triggers are the only approach you can use unless you can code it in your application in some way. Auditing is the other approach taken, but it just tells you that a table was changed, not the columns or the key values.

Pete

Richard Perks wrote:

> I would like to know if there are any ways, other than the use of triggers,
> of identifying when an update occurs on a database. The sort of information
> I need to get would be table name, column(s) that have changed and keys to
> the row.
>
> Any help is very much appreciated.
>
> Regards
>
> Richard

--
Regards

Pete


Received on Mon Jul 26 1999 - 11:18:58 CDT

Original text of this message

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