Oracle Error ORA-16161: Cannot mix standby and online redo log file members for group string

Oracle Error Message

ORA-16161: Cannot mix standby and online redo log file members for group string

Reason for the Error

An attempt was made to add a log file member that did not match the other member types. This problem typically occurs when adding a standby log file member to an online redo log file group, or adding an online redo log file member to a standby redo log file group.

Solution

Verify the log file group type using the TYPE column of the V$LOG fixed view.