Clone an EBS R12.1.3  application along with Database 12.1.0.2 


Source Environment:
EBS: R12.1.3
DB: 12.1.0.2
SID: DEV121
Server: ebs122.lab
DB OS user: oracle 
Apps OS user: applmgr
OEL Version: 6.4

Target Environment:

EBS: R12.1.3
DB: 12.1.0.2
SID: GOLD121
Server: ebsupgrade.lab
DB OS user: oracle 
Apps OS user: applmgr
OEL Version: 6.10

In case your target machine is new, please perform all pre-requisite required for an EBS environment.

Pre-req Steps:


On the source application tier below patches should be applied. If it is not applied cloning will have errors.


Apply below patches on the application tier. Please read the Readme and follow the instructions carefully. These are critical before starting the cloning process.

23569686-R12.AD.B.delta.8
27102203-TXK AutoConfig Template Rollup patch
27135427-12.1 RAPIDCLONE CONSOLIDATED FIXES AUG/2018

Verify the below bugs as well.

select bug_number from ad_bugs where bug_number in ('9171651','9833058','12404574','12598630','15969020','16958896','13942692','8919489');


a) Now run autoconfig on the application tier.
b) Logout from applmgr and source the Environment again.
c) Recreate appsutil and copy to DB server Oracle Home

[applmgr@ebs122 ~ ]$cd $APPL_TOP
[applmgr@ebs122 ~ ]$. APPSDEV121_ebs122.env 
[applmgr@ebs122 ~ ]$perl $AD_TOP/bin/admkappsutil.pl
Starting the generation of appsutil.zip
Log file located at /ebs121/apps/DEV121/inst/apps/DEV121_ebs122/admin/log/MakeAppsUtil_12011758.log
output located at /ebs121/apps/DEV121/inst/apps/DEV121_ebs122/admin/out/appsutil.zip
MakeAppsUtil completed successfully.

Copy the apputil.zip file to Database oracle home On DB-Tier:

Source the DB environment and start the listener.

[oracle@ebs122 ~ ]$. 12c.env
[oracle@ebs122 ~ ]$cd $ORACLE_HOME
[oracle@ebs122 12.1.0 ]$mv appsutil.zip appsutil.zip_orig
[oracle@ebs122 12.1.0 ]$cp /ebs121/apps/DEV121/inst/apps/DEV121_ebs122/admin/out/appsutil.zip .

unzip -o appsutil.zip

[oracle@ebs122 12.1.0 08:42 PM]$cd $ORACLE_HOME/appsutil/bin
[oracle@ebs122 bin 08:44 PM]$perl adbldxml.pl appsuser=apps appspasswd=apps jtop=$ORACLE_HOME/jdk

Starting context file generation for db tier..
Using JVM from /ebs121/oracle/DEV121/db/tech_st/12.1.0/jdk/bin/java to execute java programs..

The log file for this adbldxml session is located at:
/ebs121/oracle/DEV121/db/tech_st/12.1.0/appsutil/log/adbldxml_12092044.log

Enter the value for Display Variable: ebs122:0.0

Context File  /ebs121/oracle/DEV121/db/tech_st/12.1.0/appsutil/DEV121_ebs122.xml
 already exists.

Overwriting Context File may cause loss of existing settings, hence
 backing it up as: /ebs121/oracle/DEV121/db/tech_st/12.1.0/appsutil/DEV121_ebs122.xml.bak



The context file has been created at:
/ebs121/oracle/DEV121/db/tech_st/12.1.0/appsutil/DEV121_ebs122.xml

Now Run adconfig  on DB Tier from same location as above

[oracle@ebs122 bin 08:46 PM]$perl adconfig.pl contextfile=/ebs121/oracle/DEV121/db/tech_st/12.1.0/appsutil/DEV121_ebs122.xml
Enter the APPS user password: 

The log file for this session is located at: /ebs121/oracle/DEV121/db/tech_st/12.1.0/appsutil/log/DEV121_ebs122/12092046/adconfig.log

AutoConfig is configuring the Database environment...

AutoConfig will consider the custom templates if present.
	Using ORACLE_HOME location : /ebs121/oracle/DEV121/db/tech_st/12.1.0
	Classpath                   : :/ebs121/oracle/DEV121/db/tech_st/12.1.0/jdbc/lib/ojdbc6.jar:/ebs121/oracle/DEV121/db/tech_st/12.1.0/appsutil/java/xmlparserv2.jar:/ebs121/oracle/DEV121/db/tech_st/12.1.0/appsutil/java:/ebs121/oracle/DEV121/db/tech_st/12.1.0/jlib/netcfg.jar:/ebs121/oracle/DEV121/db/tech_st/12.1.0/jlib/ldapjclnt12.jar

	Using Context file          : /ebs121/oracle/DEV121/db/tech_st/12.1.0/appsutil/DEV121_ebs122.xml

Context Value Management will now update the Context file

	Updating Context file...COMPLETED

	Attempting upload of Context file and templates to database...COMPLETED

Updating rdbms version in Context file to db121
Updating rdbms type in Context file to 64 bits
Configuring templates from ORACLE_HOME ...

AutoConfig completed successfully.

Make sure the soft link below is present on the target system

ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2


The pre-Clone Steps source system


1)  Run ad pre-clone on DB node.

[oracle@ebs122 ~ 09:26 PM]$. DEV121_ebs122.env
[oracle@ebs122 ~ 09:26 PM]$cd $ORACLE_HOME/appsutil/scripts
[oracle@ebs122 scripts 09:26 PM]$ls
DEV121_ebs122
[oracle@ebs122 scripts 09:26 PM]$cd DEV121_ebs122
[oracle@ebs122 DEV121_ebs122 09:26 PM]$perl adpreclone.pl dbTier

                     Copyright (c) 2002 Oracle Corporation
                        Redwood Shores, California, USA

                        Oracle Applications Rapid Clone

                                 Version 12.0.0

                      adpreclone Version 120.20.12010000.5

Enter the APPS User Password: 
Running:
perl /ebs121/oracle/DEV121/db/tech_st/12.1.0/appsutil/bin/adclone.pl java=/ebs121/oracle/DEV121/db/tech_st/12.1.0/jdk mode=stage stage=/ebs121/oracle/DEV121/db/tech_st/12.1.0/appsutil/clone component=dbTier method=CUSTOM dbctx=/ebs121/oracle/DEV121/db/tech_st/12.1.0/appsutil/DEV121_ebs122.xml showProgress 
APPS Password : 

Beginning database tier Stage - Tue Dec  8 21:27:25 2020

/ebs121/oracle/DEV121/db/tech_st/12.1.0/jdk/bin/java -Xmx600M -DCONTEXT_VALIDATED=false  -Doracle.installer.oui_loc=/ebs121/oracle/DEV121/db/tech_st/12.1.0/oui -classpath /ebs121/oracle/DEV121/db/tech_st/12.1.0/lib/xmlparserv2.jar:/ebs121/oracle/DEV121/db/tech_st/12.1.0/jdbc/lib/ojdbc6.jar:/ebs121/oracle/DEV121/db/tech_st/12.1.0/appsutil/java:/ebs121/oracle/DEV121/db/tech_st/12.1.0/oui/jlib/OraInstaller.jar:/ebs121/oracle/DEV121/db/tech_st/12.1.0/oui/jlib/ewt3.jar:/ebs121/oracle/DEV121/db/tech_st/12.1.0/oui/jlib/share.jar:/ebs121/oracle/DEV121/db/tech_st/12.1.0/oui/jlib/srvm.jar:/ebs121/oracle/DEV121/db/tech_st/12.1.0/jlib/ojmisc.jar   oracle.apps.ad.clone.StageDBTier -e /ebs121/oracle/DEV121/db/tech_st/12.1.0/appsutil/DEV121_ebs122.xml -stage /ebs121/oracle/DEV121/db/tech_st/12.1.0/appsutil/clone -tmp /tmp -method CUSTOM    -showProgress
APPS Password : 

Log file located at /ebs121/oracle/DEV121/db/tech_st/12.1.0/appsutil/log/DEV121_ebs122/StageDBTier_12082127.log

  -     50% completed       

Completed Stage...

2) Run ad pre-clone on the Application node.

[applmgr@ebs122 ~ 09:35 PM]$. APPSDEV121_ebs122.env 
[applmgr@ebs122 ~ 09:35 PM]$cd $ADMIN_SCRIPTS_HOME

[applmgr@ebs122 scripts 09:36 PM]$perl adpreclone.pl appsTier

                     Copyright (c) 2002 Oracle Corporation
                        Redwood Shores, California, USA

                        Oracle Applications Rapid Clone

                                 Version 12.0.0

                      adpreclone Version 120.20.12010000.5

Running:
perl /ebs121/apps/DEV121/apps/apps_st/appl/ad/12.0.0/bin/adclone.pl java=/ebs121/apps/DEV121/apps/tech_st/10.1.3/appsutil/jdk mode=stage stage=/ebs121/apps/DEV121/apps/apps_st/comn/clone component=appsTier method= appctx=/ebs121/apps/DEV121/inst/apps/DEV121_ebs122/appl/admin/DEV121_ebs122.xml showProgress 
APPS Password : 
method defaulted to CUSTOM


Beginning application tier Stage - Tue Dec  8 21:36:30 2020

/ebs121/apps/DEV121/apps/tech_st/10.1.3/appsutil/jdk/bin/java -Xmx600M -DCONTEXT_VALIDATED=false  -Doracle.installer.oui_loc=/oui -classpath /ebs121/apps/DEV121/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/ebs121/apps/DEV121/apps/tech_st/10.1.3/jdbc/lib/ojdbc14.jar:/ebs121/apps/DEV121/apps/apps_st/comn/java/classes:/ebs121/apps/DEV121/apps/tech_st/10.1.3/oui/jlib/OraInstaller.jar:/ebs121/apps/DEV121/apps/tech_st/10.1.3/oui/jlib/ewt3.jar:/ebs121/apps/DEV121/apps/tech_st/10.1.3/oui/jlib/share.jar:/ebs121/apps/DEV121/apps/tech_st/10.1.3/oui/jlib/srvm.jar:/ebs121/apps/DEV121/apps/tech_st/10.1.3/jlib/ojmisc.jar  oracle.apps.ad.clone.StageAppsTier -e /ebs121/apps/DEV121/inst/apps/DEV121_ebs122/appl/admin/DEV121_ebs122.xml -stage /ebs121/apps/DEV121/apps/apps_st/comn/clone -tmp /tmp -method CUSTOM   -showProgress

Log file located at /ebs121/apps/DEV121/inst/apps/DEV121_ebs122/admin/log/StageAppsTier_12082136.log

  |     80% completed       

Completed Stage...
Tue Dec  8 21:40:03 2020
3) Copy the application tier file system
Log on to the source system application tier nodes as the APPLMGR user and shut down the application tier server processes. Copy the following application tier directories from the source node to the target application tier node:

[APPL_TOP]
[COMMON_TOP]
Applications Technology Stack:
[OracleAS Tools ORACLE_HOME]
[OracleAS Web IAS_ORACLE_HOME]

Copy the database node file system
Log on to the source system database node as the ORACLE user, and then:

Perform a normal shutdown of the source system database
Copy the database (.dbf) files from the source system to the target system
Copy the source database ORACLE_HOME to the target system
Start the source Applications system database and application tier processes


Take the Database and application down.. I am doing the cold cloning method here so that I will have a backup copy as well in case my source machine gets corrupted. The hot cloning method would share in other posts.

Make tar ball backup for DB Oracle Home/Datafile folder and Application files.

[oracle@ebs122 db 10:04 PM]$pwd
/ebs121/oracle/DEV121/db
[oracle@ebs122 db 10:04 PM]$df -h .
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_ebs121-lvol0
                      168G   79G   80G  50% /ebs121
[oracle@ebs122 db 10:04 PM]$tar -zcvf DB_121.tar.gz apps_st tech_st

No need for INST_TOP from the Application node.

[applmgr@ebs122 DEV121 10:06 PM]$ls -ltr
total 8
drwxrwxr-x. 4 applmgr oinstall 4096 Nov 25 22:56 apps
drwxrwxr-x. 3 applmgr oinstall 4096 Nov 25 22:56 inst
[applmgr@ebs122 DEV121 10:06 PM]$tar -zcvf appp_EBS121.tar.gz apps


4) Copy the tar files to the target machine and extract them. I am creating the directory structure as required. You can give any directory structure.

[oracle@ebs122 db 06:46 AM]$mv DB_121.tar.gz /media/sf_Downloads/
[applmgr@ebs122 DEV121 06:47 AM]$mv appp_EBS121.tar.gz /media/sf_Downloads/

In my target machine, I have created below directory structure and will copy the source tar files to respective folders
[root@ebsupgrade GOLD]# pwd
/tarmachin/EBS1213/GOLD
[root@ebsupgrade GOLD]# ls -ltr
total 12
drwxrwxrwx. 2 oracle  dba 4096 Dec  9 07:23 inventory
drwxrwxrwx. 2 oracle  dba 4096 Dec  9 07:23 DB
drwxrwxrwx. 2 applmgr dba 4096 Dec  9 07:23 APPS
Extract the file on target file system

[oracle@ebsupgrade DB]$ pwd
/tarmachin/EBS1213/GOLD/DB
[oracle@ebsupgrade DB]$ ls
DB_121.tar.gz
[oracle@ebsupgrade DB]$ tar -zxvf DB_121.tar.gz

[applmgr@ebsupgrade APPS]$ pwd
/tarmachin/EBS1213/GOLD/APPS
[applmgr@ebsupgrade APPS]$ ls
appp_EBS121.tar.gz
[applmgr@ebsupgrade APPS]$ tar -zxvf appp_EBS121.tar.gz

5) Create /etc/oraInst.loc file

[root@ebsupgrade GOLD]# cat /etc/oraInst.loc
inventory_loc=/tarmachin/EBS1213/GOLD/inventory
inst_group=dba


6) Now we will use adcfgclone script to configure the target database first.
Go inside the extracted file and run

[oracle@ebsupgrade bin]$ pwd
/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/bin
[oracle@ebsupgrade bin]$ ls
adcfgclone.pl  adchkutl.sh  adclonectx.pl  adclone.pl

[oracle@ebsupgrade bin]$ export ORACLE_HOME=/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0
[oracle@ebsupgrade bin]$ export PATH=$ORACLE_HOME/perl/bin:$ORACLE_HOME/bin:$PATH
[oracle@ebsupgrade bin]$ export ORACLE_SID=GOLD121
[oracle@ebsupgrade bin]$ export PERL5LIB=$ORACLE_HOME/perl/lib/5.10.0:$ORACLE_HOME/perl/site_perl/5.10.0:$ORACLE_HOME/appsutil/perl
[oracle@ebsupgrade bin]$ perl adcfgclone.pl dbTier

                     Copyright (c) 2002 Oracle Corporation
                        Redwood Shores, California, USA

                        Oracle Applications Rapid Clone

                                 Version 12.0.0

                      adcfgclone Version 120.31.12010000.15

Enter the APPS password : 

Running:
/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -cp /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/jlib/java:/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/jlib/xmlparserv2.jar:/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/jlib/ojdbc6.jar oracle.apps.ad.context.CloneContext -e /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/bin/../context/db/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile_9379.lst -stage /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone  2> /tmp/adcfgclone_9379.err; echo $? > /tmp/adcfgclone_9379.res

Log file located at /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/bin/CloneContext_1210075456.log

Provide the values required for creation of the new Database Context file.

Target System Hostname (virtual or normal) [ebsupgrade] : 

Target Instance is RAC (y/n) [n] : n

Target System Database SID : GOLD121

Target System Base Directory : /tarmachin/EBS1213/GOLD/DB

Target System utl_file_dir Directory List : /tmp

Number of DATA_TOP's on the Target System [1] : 1

Target System DATA_TOP Directory 1 [/ebs121/oracle/DEV121/db/apps_st/data] : /tarmachin/EBS1213/GOLD/DB/apps_st/data

Target System RDBMS ORACLE_HOME Directory [/tarmachin/EBS1213/GOLD/DB/db/tech_st/12.1.0] : /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0

Do you want to preserve the Display [ebs122:0.0] (y/n)  : n

Target System Display [ebsupgrade:0.0] : 

Do you want the the target system to have the same port values as the source system (y/n) [y] ? : n

Target System Port Pool [0-99] : 10

Checking the port pool 10
done: Port Pool 10 is free
Report file located at /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/temp/portpool.lst
Complete port information available at /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/temp/portpool.lst

Backing up /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/GOLD121_ebsupgrade.xml to /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/GOLD121_ebsupgrade.xml.bak

Creating the new Database Context file from :
  /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/template/adxdbctx.tmp

The new database context file has been created :
  /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/GOLD121_ebsupgrade.xml

Log file located at /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/bin/CloneContext_1210075456.log
Check Clone Context logfile /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/bin/CloneContext_1210075456.log for details.

Running Rapid Clone with command:
perl /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/bin/adclone.pl java=/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/bin/../jre mode=apply stage=/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone component=dbTier method=CUSTOM dbctxtg=/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/GOLD121_ebsupgrade.xml showProgress contextValidated=true noprompt
Running:
perl /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/bin/adclone.pl java=/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/bin/../jre mode=apply stage=/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone component=dbTier method=CUSTOM dbctxtg=/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/GOLD121_ebsupgrade.xml showProgress contextValidated=true noprompt
APPS Password : 

Beginning database tier Apply - Thu Dec 10 07:55:53 2020

/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true  -Doracle.installer.oui_loc=/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/oui -classpath /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/jlib/xmlparserv2.jar:/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/jlib/ojdbc6.jar:/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/jlib/java:/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/jlib/oui/OraInstaller.jar:/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/jlib/oui/ewt3.jar:/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/jlib/oui/share.jar:/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/jlib/oui/srvm.jar:/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone/jlib/ojmisc.jar   oracle.apps.ad.clone.ApplyDBTier -e /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/GOLD121_ebsupgrade.xml -stage /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/clone   -showProgress
APPS Password : Log file located at /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/log/GOLD121_ebsupgrade/ApplyDBTier_12100755.log
  -     15% completed       

Completed Apply...
Thu Dec 10 08:03:45 2020

Starting database listener for GOLD121:
Running:
/tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/scripts/GOLD121_ebsupgrade/addlnctl.sh start GOLD121
Logfile: /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/log/GOLD121_ebsupgrade/addlnctl.txt

You are running addlnctl.sh version 120.1.12010000.4


Starting listener process GOLD121 ...


Listener GOLD121 has already been started.


addlnctl.sh: exiting with status 0

addlnctl.sh: check the logfile /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/log/GOLD121_ebsupgrade/addlnctl.txt for more information ...  
Now the database has been cloned.

6) Use adcfgclone script to configure the target application.

Make sure the port pool given here is the same as given during DB tier configuration.

[applmgr@ebsupgrade bin]$ pwd
/tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/bin
[applmgr@ebsupgrade bin]$ ls
adaddnode.pl  adcfgclone.pl  adchkutl.sh  adclonectx.pl  adclone.pl
[applmgr@ebsupgrade bin]$ perl adcfgclone.pl appsTier

                     Copyright (c) 2002 Oracle Corporation
                        Redwood Shores, California, USA

                        Oracle Applications Rapid Clone

                                 Version 12.0.0

                      adcfgclone Version 120.31.12010000.15

Enter the APPS password : 

Running:
/tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -cp /tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/jlib/java:/tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/jlib/xmlparserv2.jar:/tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/jlib/ojdbc14.jar oracle.apps.ad.context.CloneContext -e /tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/bin/../context/apps/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile_17130.lst -stage /tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone  2> /tmp/adcfgclone_17130.err; echo $? > /tmp/adcfgclone_17130.res

Log file located at /tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/bin/CloneContext_1210085543.log

Provide the values required for creation of the new APPL_TOP Context file.

Target System Hostname (virtual or normal) [ebsupgrade] : 

Target System Database SID : GOLD121

Target System Database Server Node [ebsupgrade] : 

Target System Database Domain Name [lab] : 

Target System Base Directory : /tarmachin/EBS1213/GOLD/APPS

Target System Tools ORACLE_HOME Directory [/tarmachin/EBS1213/GOLD/APPS/apps/tech_st/10.1.2] : /tarmachin/EBS1213/GOLD/APPS/tech_st/10.1.2

Target System Web ORACLE_HOME Directory [/tarmachin/EBS1213/GOLD/APPS/apps/tech_st/10.1.3] : /tarmachin/EBS1213/GOLD/APPS/tech_st/10.1.3

Target System APPL_TOP Directory [/tarmachin/EBS1213/GOLD/APPS/apps/apps_st/appl] : /tarmachin/EBS1213/GOLD/APPS/apps_st/appl

Target System COMMON_TOP Directory [/tarmachin/EBS1213/GOLD/APPS/apps/apps_st/comn] : /tarmachin/EBS1213/GOLD/APPS/apps_st/comn

Target System Instance Home Directory [/tarmachin/EBS1213/GOLD/APPS/inst] : 

Target System Root Service [enabled] : 

Target System Web Entry Point Services [enabled] : 

Target System Web Application Services [enabled] : 

Target System Batch Processing Services [enabled] : 

Target System Other Services [disabled] : 

Do you want to preserve the Display [ebs122:0.0] (y/n)  : n

Target System Display [ebsupgrade:0.0] : 

Do you want the the target system to have the same port values as the source system (y/n) [y] ? : n

Target System Port Pool [0-99] : 10

Checking the port pool 10
done: Port Pool 10 is free
Report file located at /tarmachin/EBS1213/GOLD/APPS/inst/apps/GOLD121_ebsupgrade/admin/out/portpool.lst
Complete port information available at /tarmachin/EBS1213/GOLD/APPS/inst/apps/GOLD121_ebsupgrade/admin/out/portpool.lst

UTL_FILE_DIR on database tier consists of the following directories.

1. /usr/tmp
2. /tmp
3. /tarmachin/EBS1213/GOLD/DB/tech_st/12.1.0/appsutil/outbound/GOLD121_ebsupgrade
4. /usr/tmp
Choose a value which will be set as APPLPTMP value on the target node [1] : 1

Creating the new APPL_TOP Context file from :
  /tarmachin/EBS1213/GOLD/APPS/apps_st/appl/ad/12.0.0/admin/template/adxmlctx.tmp

The new APPL_TOP context file has been created :
  /tarmachin/EBS1213/GOLD/APPS/inst/apps/GOLD121_ebsupgrade/appl/admin/GOLD121_ebsupgrade.xml

Log file located at /tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/bin/CloneContext_1210085543.log
Check Clone Context logfile /tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/bin/CloneContext_1210085543.log for details.

Running Rapid Clone with command:
perl /tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/bin/adclone.pl java=/tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/bin/../jre mode=apply stage=/tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone component=appsTier method=CUSTOM appctxtg=/tarmachin/EBS1213/GOLD/APPS/inst/apps/GOLD121_ebsupgrade/appl/admin/GOLD121_ebsupgrade.xml showProgress contextValidated=true noprompt
Running:
perl /tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/bin/adclone.pl java=/tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/bin/../jre mode=apply stage=/tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone component=appsTier method=CUSTOM appctxtg=/tarmachin/EBS1213/GOLD/APPS/inst/apps/GOLD121_ebsupgrade/appl/admin/GOLD121_ebsupgrade.xml showProgress contextValidated=true noprompt
APPS Password : 

Beginning application tier Apply - Thu Dec 10 09:05:13 2020

/tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true  -Doracle.installer.oui_loc=/oui -classpath /tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/jlib/xmlparserv2.jar:/tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/jlib/ojdbc14.jar:/tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/jlib/java:/tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/jlib/oui/OraInstaller.jar:/tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/jlib/oui/ewt3.jar:/tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/jlib/oui/share.jar:/tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/jlib/oui/srvm.jar:/tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone/jlib/ojmisc.jar  oracle.apps.ad.clone.ApplyAppsTier -e /tarmachin/EBS1213/GOLD/APPS/inst/apps/GOLD121_ebsupgrade/appl/admin/GOLD121_ebsupgrade.xml -stage /tarmachin/EBS1213/GOLD/APPS/apps_st/comn/clone    -showProgress
APPS Password : Log file located at /tarmachin/EBS1213/GOLD/APPS/inst/apps/GOLD121_ebsupgrade/admin/log/ApplyAppsTier_12100905.log
  -     79% completed       

Completed Apply...
Thu Dec 10 09:14:19 2020


Do you want to startup the Application Services for GOLD121? (y/n) [y] : y

Starting application Services for GOLD121:



7) Validate the services and our cloned environment is ready.






For E-Business Suite Release 12.1
SQLNET.ALLOWED_LOGON_VERSION_SERVER = 8 (if the initialization parameter SEC_CASE_SENSITIVE_LOGON is set to FALSE)
SQLNET.ALLOWED_LOGON_VERSION_SERVER = 10 (if SEC_CASE_SENSITIVE_LOGON is set to TRUE)
Cloning Oracle Applications Release 12 with Rapid Clone (Doc ID 406982.1)


If you like Please share and comment