Error : 

RMAN-03002: failure of Duplicate Db command at 09/03/2021 03:44:34
RMAN-05501: aborting duplication of target database
RMAN-03015: error occurred in stored script Memory Script

ORA-19845: error in backupControlFile while communicating with remote database server
ORA-17628: Oracle error 245 returned by remote Oracle server
ORA-00245: control file backup failed; in Oracle RAC, target might not be on shared storage
ORA-19660: some files in the backup set could not be verified
ORA-19661: datafile 0 could not be verified
ORA-19845: error in backupControlFile while communicating with remote database server
ORA-17628: Oracle error 245 returned by remote Oracle server
ORA-00245: control file backup failed; in Oracle RAC, target might not be on shared storage

Cause : 

The Primary/Source is a RAC database and the snapshot controlfile was not configured on a shared storage.

Solution:

RMAN> CONFIGURE SNAPSHOT CONTROLFILE NAME TO ‘+DATA/PROD/snapcf_prod.f’;

new RMAN configuration parameters:
CONFIGURE SNAPSHOT CONTROLFILE NAME TO ‘+DATA/PROD/snapcf_prod.f’;
new RMAN configuration parameters are successfully stored

RMAN> show SNAPSHOT CONTROLFILE NAME;

RMAN configuration parameters for database with db_unique_name PROD are:
CONFIGURE SNAPSHOT CONTROLFILE NAME TO ‘+DATA/PROD/snapcf_prod.f’;

 

Recent Posts

Start typing and press Enter to search