Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Clone Oracle 10G database

612926Jun 9 2008 — edited Jun 9 2008
I 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 ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 7 2008
Added on Jun 9 2008
5 comments
1,303 views