Database Backup and Recovery (MOSC)

MOSC Banner

Error validating (file dummy/archivelog) in instance alert.log during recover database

edited May 18, 2011 12:31AM in Database Backup and Recovery (MOSC) 3 commentsAnswered
Hi all,

I am validating the recover procedure for a Oracle RAC (2 nodes) database, I follow the folowwing steps:

1º Recover spfile from autobackup.

2º Modify the folowwing parameters:

cluster_database=false

remote_listener=<>

3º Recover controlfile from autobackup

4º Recover database

           rman target / nocatalog

run {

ALLOCATE CHANNEL c1 DEVICE TYPE DISK;

ALLOCATE CHANNEL C2 DEVICE TYPE DISK;

restore database;

RELEASE CHANNEL c1;

RELEASE CHANNEL c2;

When I review alert.log of the mounted instance I found the following errors:

Error validating file dummy (36) in piece /orafiles/backup/hot/RACACCT_HOT2_746975337_0sm8bs39_4_1.bak: missing header
Error validating file dummy (5) in piece /orafiles/backup/hot/RACACCT_HOT2_746975337_0sm8bs39_4_1.bak: missing header

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