|
Hi,
On R12.2, DB 11.2.0.4,
We want to move redolog to a new FS.
Then these are the steps:
SQL>shutdown immediate;
mv /u0/logfile.dbf /u1/logfile.dbf
SQL>startup mount
SQL>alter database rename file /u0/logfile.dbf to /u1/logfile.dbf
Now , should we run:
perl adcfgclone.pl dbconfig $CONTEXT_FILE
Why?
Thanks
|