How to fix the error ORA-00360: not a logfile member: string?
In this post, you’ll learn more about the Oracle ErrorORA-00360: not a logfile member: string with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-00360: not a logfile member: string
Reason for the Error ORA-00360: not a logfile member: string
A filename was given to drop logfile member that is not a part of the database, or which is a data file.
How to fix the Error ORA-00360: not a logfile member: string ?
You can fix this error in Oracle by following the below steps
Supply a valid logfile member name.
Leave Your Comment