Hello
I have configured veeam backup for Oracle rman using veeam plug in. My OS is solaris 11.4 and running oracle database 19.3
Backups are running successfully. Now I am using below script to restore the control file to another solaris server same os and database version but it’s failing.
Can anyone please advise what might be wrong?
Script used to restore:
RUN {
ALLOCATE CHANNEL ch1 DEVICE TYPE SBT_TAPE PARMS 'SBT_LIBRARY=/opt/veeam/VeeamPluginforOracleRMAN/libOracleRMANPlugin.so';
RESTORE controlfile to '/tmp/stc.ctl' FROM 'c-42xxx701-2xxxx6-00_RMAN_AUTOBACKUP.vab';
}
EXIT;
Error encountered:
Starting restore at 26-MAY-25
channel ch1: restoring control file
released channel: ch1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 05/26/2025 16:13:21
ORA-19870: error while restoring backup piece c-42xxx701-2xxxx6-00_RMAN_AUTOBACKUP.vab
ORA-19563: control file header validation failed for file /tmp/stc.ctl
RMAN> **end-of-file**