How to fix the error ORA-00302: limit of string logs exceeded?
In this post, you’ll learn more about the Oracle ErrorORA-00302: limit of string logs exceeded with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-00302: limit of string logs exceeded
Reason for the Error ORA-00302: limit of string logs exceeded
The maximum number of redo log files has been exceeded.
How to fix the Error ORA-00302: limit of string logs exceeded ?
You can fix this error in Oracle by following the below steps
Use the CREATE CONTROLFILE command with a larger value for MAXLOGFILES if the compatibility is lower than 10.2.0. Otherwise, allocate more storage space for the control file.
Leave Your Comment