| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> Re: Recover deleted rows from a table from archive logs?
On Oct 26, 2006 at 8:53am Snonck wrote:
S> Is is possible to recover deleted rows from a table from archive logs?
Typically not, as the archivelogs need only record (and, as I understand it, DO only record) the rowid of the deleted row - when rolling forward (as the archivelogs are intended to be used) this is all the information you need about the transaction.
Your options for recovery (you probably already know this) would be Oracle Flashback, if you're in time, or a point-in-time recovery of the database to a separate instance, and export of the table.
S.
-- Steven Patterson, MSci (Hons), Oracle Certified ProfessionalReceived on Thu Oct 26 2006 - 01:16:47 CDT
![]() |
![]() |