RMAN doesn't allow me to perform a 2nd point in time recovery after the first 1
RMAN doesn't allow me to perform a 2nd point in time recovery after the first 1 i did 10 minutes ago. it's giving me an RMAN-20011:target database incarnation is not current in recovery catalog. I already did a "reset database to incarnation x", i only have 2 incarnations i tried them both already but rman's still giving me the same error msg. what are your advice?
You think I'm going to have an affair with you? --Stanley Kowalski
I was trying to recover a dropped table using a time-based point in time recovery...but the table was dropped even before the time i specified in my rman script so i had to restore a more previous backup of the database, by specifying an earlier time than the time i specified in my first rman script...but rman is not allowing me to perfrom the 2nd recovery giving me the error msg i just specified.
You think I'm going to have an affair with you? --Stanley Kowalski
Re: RMAN doesn't allow me to perform a 2nd point in time recovery after the first 1
Originally posted by TheSlob RMAN doesn't allow me to perform a 2nd point in time recovery after the first 1 i did 10 minutes ago. it's giving me an RMAN-20011:target database incarnation is not current in recovery catalog. I already did a "reset database to incarnation x", i only have 2 incarnations i tried them both already but rman's still giving me the same error msg. what are your advice?
First, after you opened with resetlogs, did you run RESET DATABASE? I guess no. If yes then:
Now, read carefully Note 1070453.6
All you have to do is:
rman catalog rman/rman@rcat
RMAN> list incarnation;
RMAN> Set dbid
RMAN> connect target un/pw@
RMAN> reset database to incarnation 2;
Oracle Certified Master
Oracle Certified Professional 6i,8i,9i,10g,11g
email: ocp_9i@yahoo.com
Bookmarks