Oracle Error ORA-01184: logfile group string already exists

Oracle Error Message

ORA-01184: logfile group string already exists

Reason for the Error

An ALTER DATABASE ADD LOGFILE command specified a log number for the new log which is already in use.

Solution

Specify a different logfile number, or let the database choose an unused value.