What's the best way to restore database from different versions and OS
Scenario 1:
- source db: 11g, RAC db, Windows OS
- target envs: 11g (11.2.0.4), 12c (12.1.0.2), 19c (19.0.0.0) - Oracle Linux OS
- I've already tried RMAN duplicate to 11g first and that failed with issues related to ASM for some reason
- Wondering if there's some kind of endian issue i'm running into under the covers with this one
- Error with RMAN dup:
ORA-10562: Error occurred while applying redo to data block (file# 48, block# 2306520) ORA-10564: tablespace SY900T ORA-01110: data file 48: '+DATA/testdb4/datafile/syxxt.3649.1058298177' ORA-10561: block type 'TRANSACTION MANAGED DATA BLOCK', data object# 526913 ORA-00600: internal error code, arguments: [4502], [0], [], [], [], [], [], [], [], [], [], [] RMAN-11003: failure during parse/execution of SQL statement: alter database recover logfile '+RECO/testdb4/archivelog/2020_12_04/thread_2_seq_23244.18087.1058300277'
0