Skip to Main Content

Database Software

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 restore UNTIL SCN in DATA GUARD environment

John-MKNov 29 2013 — edited Jan 8 2014

Hello,

OS=RHL5

DB=11.2.0.3 Primary and 1 Physical STANDBY database.

I have a huge application changes tomorrow and its possible that I have the requirement to ROLLBACK the database 5 hours back because the application.

I am thinking to adopt following method from the official Oracle documentation (untilClause):

STARTUP FORCE MOUNT

RUN

{

  SET UNTIL SCN 1418901;  ## Any required SCN number will be used here.

  RESTORE DATABASE;

  RECOVER DATABASE;

}

ALTER DATABASE OPEN RESETLOGS;

I will of course take LEVEL0 backup tonight and LEVEL1 backup before the start of work.

My humble question to you is that: If this is the correct method I am adopting? and if yes, then what about Physical standby database? Will there something to restore/recover too? or it's not required or standby database need to create again (which I am afraid of)?

Flash back is not enabled.

Bundle of thanks for the suggestion.

Best Regards

This post has been answered by Hemant K Chitale on Jan 7 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 5 2014
Added on Nov 29 2013
6 comments
3,281 views