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: Andrew Babb <andrewb_at_mail.com>
Date: Tue, 13 Apr 1999 11:14:38 +0800
Message-ID: <3712B69E.574A2291@mail.com>


With Oracle8i. there is a product called LogMinner supplied by Oracle. Prior to this, I believe the only other product was from Platinum Technology and was originally called SQL*Trax but has recently changed it's name.

Rgds
Andrew

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 Mon Apr 12 1999 - 22:14:38 CDT

Original text of this message

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