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!

Steps to Recover a 11g Database

632013Jul 6 2010 — edited Jul 6 2010
hi experts,,

This is 11.2 g on Windows.

The db is in Archivelog mode but I do NOT use recovery catalog.

Users have been testing a new system. Soon I will need to perform a time-based recovery to scrap the data they recently updated.

I made a Level 0 backup, then a Level 1 backup just before they started testing.

Do these steps look good?


Rman>shutdown immediate;
Rman> startup mount;

Rman>set until time to_date('06-07-2010 10:48:00', 'dd-mm-yyyy hh24:mi:ss');
restore database;
recover database;


?? Some examples I've seen suggest doing a alter database open resetlogs as a final step. Should I do that OR just alter database open ??

Please advise.


Thanks, John
This post has been answered by Hemant K Chitale on Jul 6 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 3 2010
Added on Jul 6 2010
6 comments
1,766 views