Oracle Solution for Error ora-00219

ORA-00219: required control file size (string logical blocks) exceeds maximum allowable size (string logical blocks)

What triggered the Error:

An invocation of CREATE DATABASE or CREATE CONTROLFILE was executed specifying a combination of parameters that would require the control file size in blocks to exceed the maximum allowable value.

What should we do to fix it:

In the case of CREATE DATABASE or CREATE CONTROLFILE, use a different combination of MAXDATAFILES, MAXLOGFILES, MAXLOGMEMBERS, MAXLOGHISTORY, and MAXINSTANCES clauses.