Database Backup and Recovery (MOSC)

MOSC Banner

Please Urgent, why rman mark incorrectly as 'EXPIRED'

edited Feb 2, 2012 3:22AM in Database Backup and Recovery (MOSC) 3 commentsAnswered ✓
Hello,

First I read this note:

 'Crosscheck Backup' incorrectly marks 'EXPIRED' eventhough backup files are physically present in TAPE drive [ID 1124254.1]

The solution does not work for me.

I am doing daily backup to Disk and Daily,Weekly and Monthly to tape.
I use a similar script for all the tape backups changing the POOL name:

For Disk:

run {
allocate channel oem_disk_backup device type disk;
backup as compressed backupset database TAG = 'Daily_Disk_DB' ;
backup archivelog all TAG = 'Daily_Disk_ARC' ;
release channel oem_disk_backup;
}

For Tape:

run {
allocate channel t1 type 'SBT_TAPE';
allocate channel t2 type 'SBT_TAPE';

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