Connecting Tech Pros Worldwide Help | Site Map

Recover deleted rows from a table from archive logs?

  #1  
Old June 27th, 2008, 08:05 PM
Snonck
Guest
 
Posts: n/a
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 Threads
Thread Thread Starter Forum Replies Last Post
Recover deleted rows from a table from archive logs? Snonck answers 2 October 26th, 2006 01:05 PM