In this post, you’ll learn more about the Oracle ErrorORA-01218: logfile member is not from the same point-in-time with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-01218: logfile member is not from the same point-in-time
Reason for the Error ORA-01218: logfile member is not from the same point-in-time
A member of a multiple-member logfile group is from a different point in time. One of the members specified may be an older (backup) copy of the log.
How to fix the Error ORA-01218: logfile member is not from the same point-in-time ?
You can fix this error in Oracle by following the below steps
Find the correct version of the log, or leave it out of the CREATE CONTROLFILE command.
Leave a Reply