You may have to update the online redo log file path during the recovery of a complete Oracle instance or database.
See Recovering the complete Oracle instance or database to a computer other than the original Oracle server.
To update the online redo log file path
-
Type the following SQLPlus command:
SQLPLUS ALTER DATABASE RENAME FILE <old path from backup to any redolog file name> to <path to expected restored redolog file name>;
ALTER DATABASE RENAME FILE ‘D:\ORACLE\ORADATA\JACOB\REDO01.LOG’ to ‘C:\ORACLE\ORADATA\JACOB\REDO01.LOG’;