RMAN-06025: no backup of archived log for thread 1 with sequence 3274 and starti ng SCN of 88682593
Hi
I took backup from production environment using rman below commands
{
allocate channel c1 device type disk format 'e:\backup\n4bill\rman\rman_%U.bck' maxpiecesize 4000m;
allocate channel c2 device type disk format 'e:\backup\n4bill\rman\rman_%U.bck' maxpiecesize 4000m;
allocate channel c3 device type disk format 'e:\backup\n4bill\rman\rman_%U.bck' maxpiecesize 4000m;
CROSSCHECK BACKUP;
CROSSCHECK ARCHIVELOG ALL;
backup as compressed backupset database;
backup as compressed backupset archivelog all;
delete noprompt obsolete device type disk;
}
When we restore and recover database on different machine I have faced below issues