Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Change the Path of REDOLOG FILE
Here is an offline method.
SQL> shutdown immediate
SQL> host
in your shell, copy or move the logfile(s).
SQL> startup mount; SQL> col member format a60 SQL> select member from v$logfile; SQL> alter database rename file '<oldpath>' to '<newpath>';SQL> alter database open;
hth
-bdbafh
Received on Thu Jan 05 2006 - 17:44:28 CST
![]() |
![]() |