Rman duplicate failure with ORA-19595, ORA-17503, ORA-15012, ORA-19600, ORA-19601
I'm trying to duplicate an Oracle 11.2.0.4 database to a new host. Both have Linux x64 running and are patched to the same level. I can connect to both target and auxiliary databases. I execute the following command:
rman
connect target sys/<passwd>@<target db>
connect auxiliary /
duplicate target database to <aux db> until scn 75434179889;
It successfully restores the control file. Next, it reads the backup files and says something like,
channel ORA_AUX_DISK_x: restoring datafile 00001 to +DATA
...
channel ORA_AUX_DISK_x: restoring datafile 00200 to +DATA
But, it also throws the following error groups for some of the files: