ORA-00224: control file resize attempted with illegal record type (string)
What triggered the Error:
An attempt was made to expand or shrink the control file by calling cfileResizeSection using an invalid value for the RECORD_TYPE parameter.What should we do to fix it:
Use a value for the RECORD_TYPE parameter that specifies a valid record type other than type 0 (valid range is 1-16).
If this was not sufficient go over to:
Oracle Official Support Knowledge Center
Or maybe those geeks at: StackOverflow Board
Or maybe those geeks at: StackOverflow Board