Database Backup and Recovery (MOSC)

MOSC Banner

RMAN-06025: no backup of archived log for thread 1 with sequence 3274 and starti ng SCN of 88682593

edited Mar 24, 2015 11:24PM in Database Backup and Recovery (MOSC) 2 commentsAnswered

Hi

I took backup from  production environment using rman below commands

run

{

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

run

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