ORA-01222: MAXINSTANCES of string requires MAXLOGFILES be at least string, not string
What triggered the Error:
Attemping to create a database or control file that does not have room for at least two logs per thread of redo. A thread of redo must have two online logs in order to be enabled. It does not make sense to allow more redo threads than can be supported by the logs.What should we do to fix it:
Either reduce the MAXINSTANCES argument or increase MAXLOGFILES.