Database cloning using duplicate database from active database RMAN command
Introduction: ========= Oracle RMAN Active Database Duplication is a new feature introduced in Oracle 11g R1. This option helps perform database copies without the need for relying on the source database backup. Oracle RMAN makes a copy of the source database (active database) at run time without the need of using its backup for the duplicate exercise. I have found it very interesting and finally want to implement before I want to post it. However I feel this process will consume more load on the source server This blog gives you a very simple way of cloning the database for the novice , as I am not making too complicated . Before I start I would like to share my environment source Database name : orcl Target Database name : clone source server hostname : test1.oracle.com target server hostname : test2.oracle.com Source listener running on 1529 Target listener running on 15...