Snonck
2006-10-25 22:53:03 UTC
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?
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?