Database Backup and Recovery (MOSC)

MOSC Banner

RMAN recovery

edited Apr 25, 2012 7:04PM in Database Backup and Recovery (MOSC) 3 commentsAnswered
Why does RMAN recover database fail after taking the Full hotbackup?

1. I deleted archives from disk
2. from RMAN
run {
   backup database format 'df_%d_%u_%s';
   backup archivelog all delete all input format 'al_%d_%u_%s' skip inaccessible;
}
3. restore database validate;
4. shutdown db
5. startup mount
6. restore database (successful)
7. recover database (failed)
RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 1 and starting SCN of 2859
Why do I need this if I just ran a 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