Replace the ORACLE_HOME disk
We need to replace the disk (/u01) that holds Oracle software, here is what we plan to do:
- Mount new file system /u01-new
- shutdown Oracle
- cp -apr /u01/* /u01-new/
- Rename /u01 to /u01-old, /u01-new to /u01
- Start Oracle
Will this work?
Thanks!
0