Oracle Error ORA-00063 LOG_FILES initialization parameter exceeded
Cause ORA-00063: The value of the LOG_FILES initialization parameter was exceeded.
Action: Increase the value of LOG_FILES and warm start Oracle. The value needs to be as large as the highest number log that currently exists rather than just the count of the logs that exist. If this parameter cannot be increased because it would exceed the MAXLOGFILES set at database creation, you must create a new control file first.
|