Can I still recover my test database using some of good RMAN backup?
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';