ERROR | MAXINSTANCES of string requires MAXLOGFILES be at least string, not string |
CAUSE | 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. |
ACTION | Either reduce the MAXINSTANCES argument or increase MAXLOGFILES. |