How to clone an Oracle Software Installation (11.2.0) on Windows Operating System
a. Shutdown any Oracle Services running on source machine.
b. Create Oracle base folder on target machine(e.g D:\oracle\product\11.2.0\)
c. Copy database home folder(dbhome_1) from source to the target machine.
c. Execute below on the elevated command prompt.
cd D:
cd D:\oracle\product\11.2.0\dbhome_1\clone\bin d:\oracle\product\11.2.0\dbhome_1\perl\bin\perl.exe clone.pl ORACLE_HOME="D:\oracle\product\11.2.0\dbhome_1" ORACLE_BASE="d:\oracle"
and you're done!
a. Shutdown any Oracle Services running on source machine.
b. Create Oracle base folder on target machine(e.g D:\oracle\product\11.2.0\)
c. Copy database home folder(dbhome_1) from source to the target machine.
c. Execute below on the elevated command prompt.
cd D:
cd D:\oracle\product\11.2.0\dbhome_1\clone\bin d:\oracle\product\11.2.0\dbhome_1\perl\bin\perl.exe clone.pl ORACLE_HOME="D:\oracle\product\11.2.0\dbhome_1" ORACLE_BASE="d:\oracle"
and you're done!