How to fix the Oracle error ORA-01217: logfile member belongs to a different logfile group?
In this post, you’ll learn more about the Oracle ErrorORA-01217: logfile member belongs to a different logfile group with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-01217: logfile member belongs to a different logfile group
Reason for the Error ORA-01217: logfile member belongs to a different logfile group
A member of a multiple-member logfile group specified in a CREATE CONTROLFILE is not part of the same group as previous members.
How to fix the Error ORA-01217: logfile member belongs to a different logfile group ?
You can fix this error in Oracle by following the below steps
Group together the correct members for the CREATE CONTROLFILE command.
Leave Your Comment