Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> RMAN point-in-time recovery problem

RMAN point-in-time recovery problem

From: Vitalis <vitalis_at_numericable.fr>
Date: 26 Nov 2003 09:54:56 -0800
Message-ID: <6f5c4d7d.0311260954.2f934c7b@posting.google.com>


Hi,

I'm testing this RMAN feature and I've come across a strange problem.

At time T1, I made a full consistent backup of the database and the archivelogs with RMAN and then I opened the database.

At time T2 I inserted a row in an empty table test in tablespace TEST, committed the change and switched the redo log file.

At time T3 I executed a 'delete from table test', committed the change and switched the redo log file.

I wanted to restore the deleted row with RMAN: sql 'alter tablespace test offline immediate'; run {
set until time [a timestamp just before T3]; restore tablespace test;
recover tablespace test;
}

RMAN restored my backup and recovered the tablespace with the redo log corresponding to the insertion.
But in the alert.log, the error ORA-279 occured and RMAN recovered the next redo logs too.

So the row isn't in the table yet.
Any idea of the reason of this behavior? And what can I do to restore this row?

TIA Received on Wed Nov 26 2003 - 11:54:56 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US