Connecting Tech Pros Worldwide Forums | Help | Site Map

Recover deleted rows from a table from archive logs?

Snonck
Guest
 
Posts: n/a
#1: Jun 27 '08
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?

Closed Thread


Similar Oracle Database bytes