Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> rman error : RMAN-20011 while restoring from previous incarnation.
Hi List,
We are trying to recover a database using previous incarnation from rman backup.
Our database is running on SUN Solaris
DB Version : 9.2.0.6
We are tring the following , but getting the following error.
RMAN> list INCARNATION;
List of Database Incarnations
DB Key Inc Key DB Name DB ID CUR Reset SCN Reset Time
------- ------- -------- ---------------- --- ---------- ---------- 1 2 TMOC1S 94192921 YES 9025242 18-JUN-06 1 10662 TMOC1S 94192921 NO 23258154 13-APR-07 1 11382 TMOC1S 94192921 NO 23304416 23-APR-07
RMAN> RESET DATABASE TO INCARNATION 10662; database reset to incarnation 10662 in recovery catalog
RMAN> run{
SET UNTIL TIME "to_date('2007-04-13:14:19:00','yyyy-mm-dd:hh24:mi:ss')";
restore database;
recover database;
}
2> 3> 4> 5>
executing command: SET until clause
RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: ===========================================================RMAN-03002: failure of set command at 04/24/2007 12:14:21 RMAN-06004: ORACLE error from recovery catalog database: RMAN-20011: target database incarnation is not current in recovery catalog
Thanks for your help on this.
Thanks
Prabhu
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Apr 24 2007 - 12:30:15 CDT
![]() |
![]() |