Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: log for transaction
Ditto.
We capture the rowid of every row subject to a transaction, identifying table name and transaction type (update, insert, delete). Saved us immense time when things really go awol.
peter
edinburgh
(its called auditing!)
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Sent: 24 June 2003 20:59
> To: Multiple recipients of list ORACLE-L
> Subject: RE: log for transaction
>
>
> We use a similiar method which involves inserting periodic
> rows into a log
> table, which is dumped to a file at end-of-job.
>
> Scott Shafer
> San Antonio, TX
> 210.581.6217
>
>
> > -----Original Message-----
> > From: Kirtikumar Deshpande
> [SMTP:[EMAIL PROTECTED]
> > Sent: Tuesday, June 24, 2003 2:05 PM
> > To: Multiple recipients of list ORACLE-L
> > Subject: Re: log for transaction
> >
> > Oracle does not have any ready-made logging process to assist you.
> > Some of our developers have utilized 'utl_file' to track
> the progress of
> > their long running jobs.
> > Entries are made to the job log file at proper intervals to
> tell them what
> > happened in case the
> > job aborted.
> >
> > - Kirti
> >
> > --- [EMAIL PROTECTED] wrote:
> > > Hi there,
> > >
> > > I got a question on log. If my program crashes, can I
> check some log to
> > see what
> > > recent transaction is? It will give me a big help on
> trouble shooting.
> > >
> > > Thanks,
> > > Jin
> >
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author:
> INET: [EMAIL PROTECTED]
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
BGS. . http://www.bgs.ac.uk *********************************************************************
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Robson, Peter INET: [EMAIL PROTECTED] Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Jun 25 2003 - 05:18:02 CDT
![]() |
![]() |