This note describes the process of cloning an Oracle Home – in this case we are cloning a 11g Release 2 Oracle Home from source machine linux01 to target machine linux02.
On source (linux01)
ORACLE_HOME location is : /u01/app/oracle/product/11.2.0/dbhome_1
Go to directory on source machine one level higher and tar the db_home1 directory and all sub-directories
linux01:$ pwd
linux01:$ /u01/app/oracle/product/11.2.0
linux01:$ tar -cvf 11gr2.tar dbhome_1
On Target (linux02)
Read the rest of this post …
How to clone the Oracle software


Popular Posts