RE: log for transaction

2003-06-25 Thread Rachel Carmichael
l 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

RE: log for transaction

2003-06-25 Thread Robson, Peter
; [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. &g

RE: log for transaction

2003-06-24 Thread Scott . Shafer
5 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. > Entrie

Re: log for transaction

2003-06-24 Thread Kirtikumar Deshpande
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