My Oracle Support Banner

Rman Active Duplicate reports RMAN-03009 ORA-19845 ORA-17628 ORA-19571 ORA-19660 (Doc ID 2798223.1)

Last updated on JULY 20, 2024

Applies to:

Oracle Database - Enterprise Edition - Version 12.2.0.1 and later
Information in this document applies to any platform.

Symptoms

Rman active Duplicate Failing with error below error while trying to restore archivelogs 

 

RMAN-03002: failure of Duplicate Db command at 08/08/2021
RMAN-05501: aborting duplication of target database
RMAN-03015: error occurred in stored script Memory Script
RMAN-03009: failure of IRESTORE command on a1 channel at 08/08/2021
ORA-19845: error in backupArchivedLog while communicating with remote database server
ORA-17628: Oracle error 19571 returned by remote Oracle server
ORA-19571: RECID STAMP not found in control file
ORA-19660: some files in the backup set could not be verified
ORA-19662: archived log thread 1 sequence 2124 could not be verified
ORA-19845: error in backupArchivedLog while communicating with remote database server
ORA-17628: Oracle error 19571 returned by remote Oracle server
ORA-19571: RECID STAMP not found in control file

 

The Archivelog sequence exist on the Source database

 STATUS RECID STAMP           NAME               DEL
------ ---------- ---------- ---------------------------------------------------------------------- ---

A            2124 1080131747 <name and path> NO

 

Source database has service_names parameter defined and Source database < 19c

Duplicate script uses spfile

RMAN> run
{
allocate auxiliary channel a1 device type disk;
allocate channel d4 device type disk;

DUPLICATE TARGET DATABASE TO <name> FROM ACTIVE DATABASE
SPFILE
PARAMETER_VALUE_CONVERT '<patttern1>','<pattern2>'
SET DB_FILE_NAME_CONVERT '<patttern1>','<pattern2>'
SET LOG_FILE_NAME_CONVERT '<patttern1>','<pattern2>'
NOFILENAMECHECK;
}

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.