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: Tracing a table

Re: Tracing a table

From: Mike Burden <michael.burden_at_capgemini.co.uk>
Date: Tue, 13 Apr 1999 11:00:40 +0100
Message-ID: <371315C8.E7EF2AD9@capgemini.co.uk>


You may be able to use a trigger to do this.

Sbaiz wrote:

> Hi all,
>
> I'm searching any utility that permits tracing the following operations:
> I'd like to trace a sigle operation (just like INSERT, UPDATE, DELETE)
> performed on a table (a generic table <X>) and to trace the data too.
>
> I want to read, from somewhere, information just like that:
> (Date_operation, Type_operation, columns_record_1)
> (Date_operation, Type_operation, columns_record_2)
> ...
> (Date_operation, Type_operation, columns_record_n)
> where:
> Date_operation is the date when the operation is performed
> Type_operation is any INSERT, UPDATE, DELETE code (for example 'I', 'M',
> D')
> columns_record is all the data of the record.
>
> Is there anybody that can help me out?
> Thanks in advance.
> SbaizP.
Received on Tue Apr 13 1999 - 05:00:40 CDT

Original text of this message

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