|
Dear Erman,
We are following Cloning Oracle E-Business Suite Release 12 RAC-Enabled Systems with Rapid Clone (Doc ID 559518.1) to perform clone of our existing UAT from PROD instance.
Both are similar configuration with 2 node rac with version 12.1.0.2
Our requirement seems matches with Section 8: Advanced Cloning Scenarios
8.1 Cloning the Database Separately
Our concern is,the uat is already existing and we have the context file in place.In this case,can we skip below steps and proceed running adcfgclone dbtechstack with referring the existing context file?
5.1.2 Create pairsfile.txt File for Primary Node
Create a [NEW_ORACLE_HOME]/appsutils/clone/pairsfile.txt text file with contents as shown below:
s_undo_tablespace=[UNDOTBS1 for Initial Node]
s_dbClusterInst=[Total number of Instances in a cluster e.g. 2]
s_db_oh=[Location of new ORACLE_HOME]
5.1.3 Create Context File for Primary Node
Execute the following command to create a new context file, providing carefully determined answers to the prompts.
Navigate to [NEW_ORACLE_HOME]/appsutil/clone/bin and run the adclonectx.pl utility with the following parameters:
perl adclonectx.pl \
contextfile=[PATH to OLD Source RAC contextfile.xml] \
template=[NEW ORACLE_HOME]/appsutil/template/adxdbctx.tmp \
pairsfile=[NEW ORACLE_HOME]/appsutil/clone/pairsfile.txt \
initialnode
Thank You
|