ORA-01188: Block size string in header does not match physical block size string
What triggered the Error:
A log file member given to CREATE CONTROLFILE is on a physical device that has a different block size than the device originally used to create the log.What should we do to fix it:
Move the file to a device with the correct block size or use the RESETLOGS option to CREATE CONTROLFILE.