Oracle Error ORA-01121: cannot rename database file string – file is in use or recovery

Oracle Error Message

ORA-01121: cannot rename database file string – file is in use or recovery

Reason for the Error

Attempted to use ALTER DATABASE RENAME to rename a datafile that is online in an open instance or is being recovered.

Solution

Close database in all instances and end all recovery sessions.