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: recover uncommited data

Re: recover uncommited data

From: Satheesh Babu.S <satheeshbabu.s_at_gmail.com>
Date: 2 May 2006 00:50:10 -0700
Message-ID: <1146556210.705791.283160@i39g2000cwa.googlegroups.com>


David,

            Recovering uncommitted data is not possible oracle, but if you want to do that at any *cost* there is an option by using this. To use it for one table or one schema or at db is left entirely with OP and level of overhead his db can bear. There is no free lunch.

            Using autonomous transaction to store the uncomitted data is general practice in auditing. Extending this option with little programming logic can help OP. Any plsql developer can write a small routine to clear the data from mirror when rollback happens in main table. If you think it is academic, sorry i can help it.

Thanks and Regards,
Satheesh Babu.S Received on Tue May 02 2006 - 02:50:10 CDT

Original text of this message

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