Database Backup and Recovery (MOSC)

MOSC Banner

Can I still recover my test database using some of good RMAN backup?

edited May 14, 2015 1:10PM in Database Backup and Recovery (MOSC) 9 commentsAnswered ✓

Hello,

My current test database files including control files and redo log files and data files were all removed and I donot have a user management backup, I only have some RMAN backup files on my DB test server. My retention policy is 1 day and my good RMAN backup files are  April 17 full backup, Apr 28,29,30  incremental=1 backup., archive log files from Apr 14 to May 1. auto backup control files from apr 28 to apr 30.

what is the RMAN command to recover my DB if it is possible ?

My full backup script is:

run
{


backup filesperset 5

incremental level=0 cumulative

database tag='weekly_full_backup';

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center