ORA-00302 : limit of string logs exceeded
Cause : The maximum number of redo log files has been exceeded. There is a limit, set at database creation, on the number of redo log files (typically 16).
Action : Use the CREATE CONTROLFILE command with a larger value for MAXLOGFILES.
Popularity: 7% [?]


