Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Table Recovery
If you 1) have the online backup of the database files and the control file that goes with the "archived logs that go back to the time that the data was deleted", and 2) know the date and time when the data was deleted (possibly from the date and time of the archived logs), and 3) have not made any schema changes since the data was deleted, then you can try this route:
Even if this method works, you will be missing from that table the data created from the time of the ill-fated deletion till the present. Before the restore/recovery, you could create a table AS SELECT from the table in question, and somehow manually re-apply the changes after the recovery.
Hope this helps.
Michael Serbanescu
![]() |
![]() |