Oracle EBS 12.1.3 Manual Clone Steps
If the Oracle Cold Back Up for Clone is generated without running adpreclone.pl script. You can get errors while performing cloning using adcfgclone.pl script. In this case you can make a manual Clone following below mentioned steps.
Extract the .tar backup file in some folder for example SEL
Create an .env file for example zahid.env like below:
vi zahid.env
export ORACLE_HOME=/erp/AFF/SEL/U01/oracle/PROD/db/tech_st/11.1.0
export ORACLE_SID=PROD
export PATH=$ORACLE_HOME/bin:$PATH
export TNS_ADMIN=$ORACLE_HOME/network/admin/PROD_erptest
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
Tags: Oracle EBS Manual Clone, Oracle 12.1.2, 12.2.0
If the Oracle Cold Back Up for Clone is generated without running adpreclone.pl script. You can get errors while performing cloning using adcfgclone.pl script. In this case you can make a manual Clone following below mentioned steps.
Extract the .tar backup file in some folder for example SEL
Create an .env file for example zahid.env like below:
vi zahid.env
export ORACLE_HOME=/erp/AFF/SEL/U01/oracle/PROD/db/tech_st/11.1.0
export ORACLE_SID=PROD
export PATH=$ORACLE_HOME/bin:$PATH
export TNS_ADMIN=$ORACLE_HOME/network/admin/PROD_erptest
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
----------------------------------------------------------
Go to: /SEL/U01/oracle/PROD/db/tech_st/11.1.0/network/admin path and run the following command:
mv prod_erpdb prod_erptest
and erptest is the current machine name where manual cloning is being performed
------------------------------------------------------
Go to: /AFF/SEL/U01/oracle/PROD/db/tech_st/11.1.0/network/admin/PROD_erptest and edit listener.ora file and update erpdb entries to erptest
vi listener.ora
:%s/erpdb/erptest/g
Go to: /SEL/U01/oracle/PROD/db/tech_st/11.1.0/network/admin path and run the following command:
mv prod_erpdb prod_erptest
and erptest is the current machine name where manual cloning is being performed
------------------------------------------------------
Go to: /AFF/SEL/U01/oracle/PROD/db/tech_st/11.1.0/network/admin/PROD_erptest and edit listener.ora file and update erpdb entries to erptest
vi listener.ora
:%s/erpdb/erptest/g
Tags: Oracle EBS Manual Clone, Oracle 12.1.2, 12.2.0
No comments:
Post a Comment