Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RMAN-20207: UNTIL TIME or RECOVERY WINDOW is before RESETLOGS time

user645399Aug 5 2010 — edited Aug 7 2010
Dear Buddies,

I am trying to recover upto a certain time and I used this SQL in my RMAN

reset database to incarnation 1;

run
{
set until time "to_date('03-Aug-10 17:50:00','DD-MON-YYYY HH24:MI:SS')";
restore database;
recover database;
}

and I receive this error: RMAN-20207: UNTIL TIME or RECOVERY WINDOW is before RESETLOGS time

I thought changing the incarnation will solve the problem. I have only 2 incarnations, one which is used after the resetlogs which is number 2. So, I am using incarnation 1 now.

How should I go about it?

Thanks in advance.

Nith
This post has been answered by 657203 on Aug 5 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 4 2010
Added on Aug 5 2010
116 comments
26,642 views