| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> Recover deleted rows from a table from archive logs?
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 Wed Oct 25 2006 - 17:53:03 CDT
![]() |
![]() |