Clone Oracle 10G database
612926Jun 9 2008 — edited Jun 9 2008I want to make Oracle clone of Oracle server ( Windows 2003 server)
Cloning plan-steps
1) Shutdown immediate and backup *.dbf and controlfile.
2) on new machine Copy *.dbf and create controlfile script.
3) startup nomount new oracle servie and create controlfile
4) Alter database open resetlogs;
5) Connect application to this cloned database.
Could you please let me know if these are sufficient steps?
Initially I am trying out this on windows platform, Can I also use this plan to clone on Redhat linux platform ?