Standby Active Duplicate Fails With ORA-19661: datafile 3 could not be verified due to corrupt block
Hi,
I am trying to restore a standby database using the following script:
run {
allocate channel ch1 device type disk;
allocate auxiliary channel a1 device type disk;
SET NEWNAME FOR DATABASE TO '+DATA/<database_name>/%b';
duplicate target database for standby from active database;
}
However i receive the following error:
RMAN-08610: channel a1: restoring datafile 00003 to +DATA/<database_name>/sysaux.257.1194173229
RMAN-08031: released channel: ch1
RMAN-08031: released channel: a1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 07/07/2025 15:21:49
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 07/07/2025 15:21:49