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 -> Recover deleted rows from a table from archive logs?

Recover deleted rows from a table from archive logs?

From: Snonck <snonck_at_snog.com>
Date: Thu, 26 Oct 2006 16:55:38 +1000
Message-ID: <45405ba4$0$5106$afc38c87@news.optusnet.com.au>


Is is possible to recover deleted rows from a table, from archive logs?

For example, say you have a database with archive logging turned off. You create a table and populate it with records. You then reset the logs and place the database in archivelog mode.

Then you

delete from table;

commit;

Is the necessary information in the archive logs such that you can reconstruct the deleted rows from the table? Received on Thu Oct 26 2006 - 01:55:38 CDT

Original text of this message

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