Oracle 12.1.0.2 redo logs of cloned database fail checksum error due to size mismatch
Hi,
We have a customer environment wherein we clone the production database and mount the copy to an alternate host. We rename the database and the ASM diskgroups. To bring up the database we recreate the control file as:
CREATE CONTROLFILE REUSE SET DATABASE clarqa RESETLOGS ARCHIVELOG
MAXLOGFILES 80
MAXLOGMEMBERS 5
MAXDATAFILES 6500
MAXINSTANCES 1
MAXLOGHISTORY 9348
LOGFILE
GROUP 1 '+QAREDO/CLARITY/ONLINELOG/group_1.256.874757879' SIZE 50M BLOCKSIZE 4096,
GROUP 2 '+QAREDO/CLARITY/ONLINELOG/group_2.260.874758149' SIZE 50M BLOCKSIZE 4096,
GROUP 3 '+QAREDO/CLARITY/ONLINELOG/group_3.257.874757897' SIZE 50M BLOCKSIZE 4096,
GROUP 4 '+QAREDO/CLARITY/ONLINELOG/group_4.263.874758211' SIZE 50M BLOCKSIZE 4096,
GROUP 5 '+QAREDO/CLARITY/ONLINELOG/group_5.258.874757935' SIZE 50M BLOCKSIZE 4096,