Clone by Conrol File
Clone by Conrol File
Database Cloning is a procedure that can be used to create an identical copy of the
existing Oracle database. DBAs sometimes need to clone databases to test backup
and recovery strategies or export a table that was dropped from the production
database and import it back into the production database. Cloning can be done on
separate hosts or on the same host and is different from standby database.
Reason for Cloning
In every oracle development and production environment there will become the need
to transport the entire database from one physical machine to another. This copy
may be used for development, production testing, beta testing, etc, but rest
assured that this need will arise and management will ask you to perform this task
quickly. Listed below are the most typical uses:
Relocating an Oracle database to another machine.
Moving Oracle database to new Storage media.
Renaming Oracle database.
Database Cloning can be done using the following methods,
Cold Cloning
Hot Cloning
RMAN Cloning
Here is a brief explanation how to perform cloning in all these three methods
METHOD 1: COLD CLONING
Cold Cloning is one the reliable methods that is done using the Cold Backup. The
drawback of this method is that the database has to be shutdown while taking the
cold backup.
Considerations:
Hot database cloning is more suitable for databases which are running 24X7X365 type
of databases and is done using the hot backup. For hot database cloning, database
has to be in archivelog mode and there no need to shutdown the database.
Considerations: