Source Environment:
EBS: R12.1.3
DB: 12.1.0.2
SID: FBS
Server: fbstest.finsys.co.ke
DB OS user: oracle
Apps OS user: applmgr
OEL Version: 8.10
Target Environment:
EBS: R12.1.3
DB: 12.1.0.2
SID: VIS
Server: ebstest.finsys.co.ke
DB OS user: oracle
Apps OS user: applmgr
OEL Version: Any (but mine is on 8.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.
4.1 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
Copy adgrants.sql from 23569686/admin folder to $DB_ORACLE_HOME/appsutil/admin, if the admin directory doesn't exist please create.
[oracle@fbsebs ~]$ cd /u01/app/FBS/db/tech_st/12.1.0/
[oracle@fbsebs 11.1.0]$ . FBS_fbsebs.env
[oracle@fbsebs 11.1.0]$ sqlplus /nolog
SQL*Plus: Release 11.1.0.7.0 - Production on Mon Dec 2 12:40:35 2024
Copyright (c) 1982, 2008, Oracle. All rights reserved.
SQL> @$ORACLE_HOME/appsutil/admin/adgrants.sql apps
27102203-TXK AutoConfig Template Rollup patch
27135427-12.1 RAPIDCLONE CONSOLIDATED FIXES AUG/2018
4.1.1 Apply patches using adpatch utility.
- 23569686
[applmgr@fbsebs stubs]$ . /u01/app/FBS/apps/apps_st/appl/APPSFBS_fbsebs.env
[applmgr@fbsebs stubs]$ cd /u01/patches/app/23569686
[applmgr@fbsebs 23569686$ adpatch apply=yes driver=u23569686.drv
- 27135427
[applmgr@fbsebs stubs]$ cd ../27135427
[applmgr@fbsebs 27135427$ adpatch apply=yes driver=u27135427.drv
- 27102203
[applmgr@fbsebs stubs]$ cd ../27102203
[applmgr@fbsebs 27102203$ adpatch apply=yes driver=u27102203.drv
Verify the below bugs as well.
select bug_number from ad_bugs where bug_number in ('9171651','9833058','12404574','12598630'
,'15969020','16958896','13942692','8919489');
4.1.2 Now run autoconfig on the application tier.
4.1.3 Logout from applmgr and source the Environment again.
4.1.4 Recreate appsutil and copy to DB server Oracle Home
[applmgr@fbstest ~ ]$cd $APPL_TOP
[applmgr@fbstest ~ ]$. APPSFBS_fbstest.env
[applmgr@fbstest ~ ]$perl $AD_TOP/bin/admkappsutil.pl
Starting the generation of appsutil.zip
Log file located at /u01/apps/FBS/inst/apps/FBS_fbstest/admin/log/MakeAppsUtil_12011758.log
output located at /u01/apps/FBS/inst/apps/FBS_fbstest/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@fbstest ~ ]$. 12c.env
[oracle@fbstest ~ ]$cd $ORACLE_HOME
[oracle@fbstest 12.1.0 ]$mv appsutil.zip appsutil.zip_orig
[oracle@fbstest 12.1.0 ]$cp /u01/apps/FBS/inst/apps/FBS_fbstest/admin/out/appsutil.zip .
unzip -o appsutil.zip
[oracle@fbstest 12.1.0 08:42 PM]$cd $ORACLE_HOME/appsutil/bin
[oracle@fbstest bin]$ perl adbldxml.pl appsuser=apps appspasswd=apps jtop=$ORACLE_HOME/jdk
Starting context file generation for db tier..
Using JVM from /u01/app/FBS/db/tech_st/12.1.0/jdk/bin/java to execute java programs..
The log file for this adbldxml session is located at:
/u01/app/FBS/db/tech_st/12.1.0/appsutil/log/adbldxml_02190937.log
Context File /u01/app/FBS/db/tech_st/12.1.0/appsutil/FBS_fbstest.xml
already exists.
Overwriting Context File may cause loss of existing settings, hence
backing it up as: /u01/app/FBS/db/tech_st/12.1.0/appsutil/FBS_fbstest.xml.bak
The context file has been created at:
/u01/app/FBS/db/tech_st/12.1.0/appsutil/FBS_fbstest.xml
Now Run adconfig on DB Tier from same location as above
[oracle@fbstest bin]$ perl adconfig.pl contextfile=/u01/app/FBS/db/tech_st/12.1.0/appsutil
/FBS_fbstest.xml
Enter the APPS user password:
The log file for this session is located at: /u01/app/FBS/db/tech_st/12.1.0/appsutil/log
/FBS_fbstest/02190939/adconfig.log
AutoConfig is configuring the Database environment...
AutoConfig will consider the custom templates if present.
Using ORACLE_HOME location : /u01/app/FBS/db/tech_st/12.1.0
Classpath : :/u01/app/FBS/db/tech_st/12.1.0/jdbc/lib/ojdbc6.jar:
/u01/app/FBS/db/tech_st/12.1.0/appsutil/java/xmlparserv2.jar:/u01/app/FBS/db/tech_st/12.1.0
/appsutil/java:/u01/app/FBS/db/tech_st/12.1.0/jlib/netcfg.jar:/u01/app/FBS/db/tech_st
/12.1.0/jlib/ldapjclnt12.jar
Using Context file : /u01/app/FBS/db/tech_st/12.1.0/appsutil/FBS_fbstest.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
For Linux 7 and 8
# cd /usr/lib
# ln -s libdb-5.3.so libdb-4.3.so
# cd /usr/lib
# ln -s libXm.so.4.0.4 libXm.so.2
For Linux 6 and 5
# unlink /usr/lib/libXtst.so.6
# ln -s /usr/X11R6/lib/libXtst.so.6.1 /usr/lib/libXtst.so.6
# ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2
The pre-Clone Steps source system
4.2 Run ad pre-clone on DB node.
[oracle@fbstest ~ 09:26 PM]$. FBS_fbstest.env
[oracle@fbstest ~ 09:26 PM]$cd $ORACLE_HOME/appsutil/scripts
[oracle@fbstest scripts 09:26 PM]$ls
FBS_fbstest
[oracle@fbstest scripts 09:26 PM]$cd FBS_fbstest
[oracle@fbstest FBS_fbstest]$ 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 /u01/app/FBS/db/tech_st/12.1.0/appsutil/bin/adclone.pl java=/u01/app/FBS/db/tech_st/12.1.0/jdk mode=stage
stage=/u01/app/FBS/db/tech_st/12.1.0/appsutil/clone component=dbTier method=CUSTOM dbctx=/u01/app/FBS/db/tech_st
/12.1.0/appsutil/FBS_fbstest.xml showProgress
APPS Password :
Beginning database tier Stage - Wed Feb 19 09:41:28 2025
/u01/app/FBS/db/tech_st/12.1.0/jdk/bin/java -Xmx600M -DCONTEXT_VALIDATED=false -Doracle.installer.oui_loc=
/u01/app/FBS/db/tech_st/12.1.0/oui -classpath /u01/app/FBS/db/tech_st/12.1.0/lib/xmlparserv2.jar:/u01/app/FBS
/db/tech_st/12.1.0/jdbc/lib/ojdbc6.jar:/u01/app/FBS/db/tech_st/12.1.0/appsutil/java:/u01/app/FBS/db/tech_st
/12.1.0/oui/jlib/OraInstaller.jar:/u01/app/FBS/db/tech_st/12.1.0/oui/jlib/ewt3.jar:/u01/app/FBS/db/tech_st
/12.1.0/oui/jlib/share.jar:/u01/app/FBS/db/tech_st/12.1.0/oui/jlib/srvm.jar:/u01/app/FBS/db/tech_st/12.1.0
/jlib/ojmisc.jar oracle.apps.ad.clone.StageDBTier -e /u01/app/FBS/db/tech_st/12.1.0/appsutil/FBS_fbstest.xml
-stage /u01/app/FBS/db/tech_st/12.1.0/appsutil/clone -tmp /tmp -method CUSTOM -showProgress
APPS Password :
Log file located at /u01/app/FBS/db/tech_st/12.1.0/appsutil/log/FBS_fbstest/StageDBTier_02190941.log
/ 50% completed
Completed Stage...
Wed Feb 19 09:41:45 2025
4.3 Run ad pre-clone on the Application node.
[applmgr@fbstest ~ 09:35 PM]$. APPSFBS_fbstest.env
[applmgr@fbstest ~ 09:35 PM]$cd $ADMIN_SCRIPTS_HOME
[applmgr@fbstest scripts]$ 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 /u01/app/FBS/apps/apps_st/appl/ad/12.0.0/bin/adclone.pl java=/u01/app/FBS/apps/tech_st
/10.1.3/appsutil/jdk mode=stage stage=/u01/app/FBS/apps/apps_st/comn/clone component=appsTier
method= appctx=/u01/app/FBS/inst/apps/FBS_fbstest/appl/admin/FBS_fbstest.xml showProgress
APPS Password :
method defaulted to CUSTOM
Beginning application tier Stage - Wed Feb 19 09:42:51 2025
/u01/app/FBS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -Xmx600M -DCONTEXT_VALIDATED=false
-Doracle.installer.oui_loc=/oui -classpath /u01/app/FBS/apps/tech_st/10.1.3/lib/xmlparserv2.jar:
/u01/app/FBS/apps/tech_st/10.1.3/jdbc/lib/ojdbc14.jar:/u01/app/FBS/apps/apps_st/comn/java
/classes:/u01/app/FBS/apps/tech_st/10.1.3/oui/jlib/OraInstaller.jar:/u01/app/FBS/apps
/tech_st/10.1.3/oui/jlib/ewt3.jar:/u01/app/FBS/apps/tech_st/10.1.3/oui/jlib/share.jar:
/u01/app/FBS/apps/tech_st/10.1.3/oui/jlib/srvm.jar:/u01/app/FBS/apps/tech_st/10.1.3/jlib
/ojmisc.jar oracle.apps.ad.clone.StageAppsTier -e /u01/app/FBS/inst/apps/FBS_fbstest/appl
/admin/FBS_fbstest.xml -stage /u01/app/FBS/apps/apps_st/comn/clone -tmp /tmp -method CUSTOM
-showProgress
Log file located at /u01/app/FBS/inst/apps/FBS_fbstest/admin/log/StageAppsTier_02190942.log
- 80% completed
Completed Stage...
Wed Feb 19 09:43:19 2025
4.4 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@fbstest db 10:04 PM]$pwd
cd /u01/backup/
[oracle@fbstest db 10:04 PM]$tar -zcvf db_121.tar.gz /u01/app/FBS/db/apps_st /u01/app/FBS/db/tech_st
No need for INST_TOP from the Application node.
[applmgr@fbstest backup]$ pwd
/u01/backup
[applmgr@fbstest FBbackup 10:06 PM]$tar -zcvf appp_ebs121.tar.gz /u01/apps/FBS/apps
4.5 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@fbstest db 06:46 AM]$mv db_121.tar.gz /u01/backup/
[applmgr@fbstest FBS 06:47 AM]$mv appp_ebs121.tar.gz /u01/backup/
In my target machine, I have created below directory structure and will copy the source tar files to respective folders
[root@fbsebs # pwd
/u01/app/FBS
[root@fbsebs ]# 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@fbsebs]$ pwd
/u01/app/FBS/db
[oracle@fbsebs]$ ls
db_121.tar.gz
[oracle@fbsebs]$ tar -zxvf db_121.tar.gz
[applmgr@fbsebs]$ pwd
/u01/app/FBS
[applmgr@ebstest APPS]$ ls
appp_ebs121.tar.gz
[applmgr@ebstest APPS]$ tar -zxvf appp_ebs121.tar.gz
1.6 Create /etc/oraInst.loc file
[root@fbsebs]# cat /etc/oraInst.loc
inventory_loc=/u01/app/inventory
inst_group=dba
4.7 Now we will use adcfgclone script to configure the target database first.
Go inside the extracted file and run
[oracle@fbsebs]$ pwd
/u01/app/FBS/db/tech_st/12.1.0/appsutil/clone/bin
[oracle@fbsebs FBS]$ cd /u01/app/FBS/db/tech_st/12.1.0/appsutil/clone/bin
[oracle@fbsebs bin]$ ls
adcfgclone.pl adchkutl.sh adclonectx.pl adclone.pl
[oracle@fbsebs bin]$ export ORACLE_HOME=/u01/app/FBS/db/tech_st/12.1.0
[oracle@fbsebs bin]$ export PATH=$ORACLE_HOME/perl/bin:$ORACLE_HOME/bin:$PATH
[oracle@fbsebs bin]$ export ORACLE_SID=FBS
[oracle@fbsebs bin]$ export PERL5LIB=$ORACLE_HOME/perl/lib/5.14.1:$ORACLE_HOME/perl/site_perl/5.14.1:$ORACLE_HOME/appsutil/perl
[oracle@fbsebs 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:
/u01/app/FBS/db/tech_st/12.1.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -cp /u01/app/FBS/db/tech_st/12.1.0/appsutil
/clone/jlib/java:/u01/app/FBS/db/tech_st/12.1.0/appsutil/clone/jlib/xmlparserv2.jar:/u01/app/FBS/db/tech_st/12.1.0
/appsutil/clone/jlib/ojdbc6.jar oracle.apps.ad.context.CloneContext -e /u01/app/FBS/db/tech_st/12.1.0/appsutil/clone
/bin/../context/db/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile_17915.lst -stage /u01/app/FBS/db/tech_st/12.1.0
/appsutil/clone 2> /tmp/adcfgclone_17915.err; echo $? > /tmp/adcfgclone_17915.res
Log file located at /u01/app/FBS/db/tech_st/12.1.0/appsutil/clone/bin/CloneContext_0221094323.log
Provide the values required for creation of the new Database Context file.
Target System Hostname (virtual or normal) [fbsebs] :
Target Instance is RAC (y/n) [n] : n
Target System Database SID : FBS
Target System Base Directory : /u01/app/FBS/db
Target System utl_file_dir Directory List : /u01/app/FBS/utlfiledir
Number of DATA_TOP's on the Target System [1] :
Target System DATA_TOP Directory 1 [/u01/app/FBS/db/apps_st/data] :
Target System RDBMS ORACLE_HOME Directory [/u01/app/FBS/db/db/tech_st/12.1.0] : /u01/app/FBS/db/tech_st/12.1.0
Do you want to preserve the Display [:10.0] (y/n) : n
Target System Display [fbsebs: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 /u01/app/FBS/db/tech_st/12.1.0/appsutil/temp/portpool.lst
Complete port information available at /u01/app/FBS/db/tech_st/12.1.0/appsutil/temp/portpool.lst
Creating the new Database Context file from :
/u01/app/FBS/db/tech_st/12.1.0/appsutil/template/adxdbctx.tmp
The new database context file has been created :
/u01/app/FBS/db/tech_st/12.1.0/appsutil/FBS_fbsebs.xml
Log file located at /u01/app/FBS/db/tech_st/12.1.0/appsutil/clone/bin/CloneContext_0221094323.log
Check Clone Context logfile /u01/app/FBS/db/tech_st/12.1.0/appsutil/clone/bin/CloneContext_0221094323.log for details.
Running Rapid Clone with command:
perl /u01/app/FBS/db/tech_st/12.1.0/appsutil/clone/bin/adclone.pl java=/u01/app/FBS/db/tech_st/12.1.0/appsutil/clone
/bin/../jre mode=apply stage=/u01/app/FBS/db/tech_st/12.1.0/appsutil/clone component=dbTier method=CUSTOM dbctxtg=
/u01/app/FBS/db/tech_st/12.1.0/appsutil/FBS_fbsebs.xml showProgress contextValidated=true noprompt
Running:
perl /u01/app/FBS/db/tech_st/12.1.0/appsutil/clone/bin/adclone.pl java=/u01/app/FBS/db/tech_st/12.1.0/appsutil/clone
/bin/../jre mode=apply stage=/u01/app/FBS/db/tech_st/12.1.0/appsutil/clone component=dbTier method=CUSTOM
dbctxtg=/u01/app/FBS/db/tech_st/12.1.0/appsutil/FBS_fbsebs.xml showProgress contextValidated=true noprompt
APPS Password :
Beginning database tier Apply - Fri Feb 21 09:46:28 2025
/u01/app/FBS/db/tech_st/12.1.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true
-Doracle.installer.oui_loc=/u01/app/FBS/db/tech_st/12.1.0/oui -classpath /u01/app/FBS/db/tech_st/12.1.0/appsutil
/clone/jlib/xmlparserv2.jar:/u01/app/FBS/db/tech_st/12.1.0/appsutil/clone/jlib/ojdbc6.jar:/u01/app/FBS/db/tech_st
/12.1.0/appsutil/clone/jlib/java:/u01/app/FBS/db/tech_st/12.1.0/appsutil/clone/jlib/oui/OraInstaller.jar:/u01/app
/FBS/db/tech_st/12.1.0/appsutil/clone/jlib/oui/ewt3.jar:/u01/app/FBS/db/tech_st/12.1.0/appsutil/clone/jlib/oui/share.jar:
/u01/app/FBS/db/tech_st/12.1.0/appsutil/clone/jlib/oui/srvm.jar:/u01/app/FBS/db/tech_st/12.1.0/appsutil/clone/jlib/ojmisc.jar
oracle.apps.ad.clone.ApplyDBTier -e /u01/app/FBS/db/tech_st/12.1.0/appsutil/FBS_fbsebs.xml -stage /u01/app/FBS/db/tech_st
/12.1.0/appsutil/clone -showProgress
APPS Password : Log file located at /u01/app/FBS/db/tech_st/12.1.0/appsutil/log/FBS_fbsebs/ApplyDBTier_02210946.log
- 50% completed
Completed Apply...
Fri Feb 21 09:52:11 2025
Starting database listener for FBS:
Running:
/u01/app/FBS/db/tech_st/12.1.0/appsutil/scripts/FBS_fbsebs/addlnctl.sh start FBS
Logfile: /u01/app/FBS/db/tech_st/12.1.0/appsutil/log/FBS_fbsebs/addlnctl.txt
You are running addlnctl.sh version 120.1.12010000.4
Starting listener process FBS ...
Listener FBS has already been started.
addlnctl.sh: exiting with status 0
addlnctl.sh: check the logfile /u01/app/FBS/db/tech_st/12.1.0/appsutil/log/FBS_fbsebs/addlnctl.txt for more information ...
Now the database has been cloned.
4.8 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@fbsebs bin]$ pwd
/u01/app/FBS/apps/apps_st/comn/clone/bin
[applmgr@fbsebs bin]$ ls
adaddnode.pl adcfgclone.pl adchkutl.sh adclonectx.pl adclone.pl
[applmgr@ebstest 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:
/u01/app/VIS/apps/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -cp /u01/app/VIS/apps/apps_st/comn/clone/jlib/java:/u01/app/VIS
/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/u01/app/VIS/apps/apps_st/comn/clone/jlib/ojdbc14.jar
oracle.apps.ad.context.CloneContext -e /u01/app/VIS/apps/apps_st/comn/clone/bin/../context/apps/CTXORIG.xml -validate
-pairsfile /tmp/adpairsfile_17130.lst -stage /u01/app/VIS/apps/apps_st/comn/clone 2> /tmp/adcfgclone_17130.err; echo $? >
/tmp/adcfgclone_17130.res
Log file located at /u01/app/VIS/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) [ebstest] :
Target System Database SID : VIS
Target System Database Server Node [ebstest] :
Target System Database Domain Name [lab] :
Target System Base Directory : /u01/app/VIS/apps
Target System Tools ORACLE_HOME Directory [/u01/app/VIS/apps/apps/tech_st/10.1.2] : /u01/app/VIS/apps/tech_st/10.1.2
Target System Web ORACLE_HOME Directory [/u01/app/VIS/apps/apps/tech_st/10.1.3] : /u01/app/VIS/apps/tech_st/10.1.3
Target System APPL_TOP Directory [/u01/app/VIS/apps/apps/apps_st/appl] : /u01/app/VIS/apps/apps_st/appl
Target System COMMON_TOP Directory [/u01/app/VIS/apps/apps/apps_st/comn] : /u01/app/VIS/apps/apps_st/comn
Target System Instance Home Directory [/u01/app/VIS/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 [fbstest:0.0] (y/n) : n
Target System Display [ebstest: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 /u01/app/VIS/apps/inst/apps/VIS_ebstest/admin/out/portpool.lst
Complete port information available at /u01/app/VIS/apps/inst/apps/VIS_ebstest/admin/out/portpool.lst
UTL_FILE_DIR on database tier consists of the following directories.
1. /usr/tmp
2. /tmp
3. /u01/app/VIS/db/tech_st/12.1.0/appsutil/outbound/VIS_ebstest
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 :
/u01/app/VIS/apps/apps_st/appl/ad/12.0.0/admin/template/adxmlctx.tmp
The new APPL_TOP context file has been created :
/u01/app/VIS/apps/inst/apps/VIS_ebstest/appl/admin/VIS_ebstest.xml
Log file located at /u01/app/VIS/apps/apps_st/comn/clone/bin/CloneContext_1210085543.log
Check Clone Context logfile /u01/app/VIS/apps/apps_st/comn/clone/bin/CloneContext_1210085543.log for details.
Running Rapid Clone with command:
perl /u01/app/VIS/apps/apps_st/comn/clone/bin/adclone.pl java=/u01/app/VIS/apps/apps_st/comn/clone/bin/../jre mode=apply stage=/u01/app
/VIS/apps/apps_st/comn/clone component=appsTier method=CUSTOM appctxtg=/u01/app/VIS/apps/inst/apps/VIS_ebstest/appl/admin/VIS_ebstest.xml
showProgress contextValidated=true noprompt
Running:
perl /u01/app/VIS/apps/apps_st/comn/clone/bin/adclone.pl java=/u01/app/VIS/apps/apps_st/comn/clone/bin/../jre mode=apply
stage=/u01/app/VIS/apps/apps_st/comn/clone component=appsTier method=CUSTOM appctxtg=/u01/app/VIS/apps/inst/apps
/VIS_ebstest/appl/admin/VIS_ebstest.xml showProgress contextValidated=true noprompt
APPS Password :
Beginning application tier Apply - Thu Dec 10 09:05:13 2020
/u01/app/VIS/apps/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/oui -
classpath /u01/app/VIS/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/u01/app/VIS/apps/apps_st/comn/clone/jlib/ojdbc14.jar:/u01
/app/VIS/apps/apps_st/comn/clone/jlib/java:/u01/app/VIS/apps/apps_st/comn/clone/jlib/oui/OraInstaller.jar:/u01/app/VIS/apps
/apps_st/comn/clone/jlib/oui/ewt3.jar:/u01/app/VIS/apps/apps_st/comn/clone/jlib/oui/share.jar:/u01/app/VIS/apps/apps_st/comn
/clone/jlib/oui/srvm.jar:/u01/app/VIS/apps/apps_st/comn/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyAppsTier -e /u01/app
/VIS/apps/inst/apps/VIS_ebstest/appl/admin/VIS_ebstest.xml -stage /u01/app/VIS/apps/apps_st/comn/clone -showProgress
APPS Password : Log file located at /u01/app/VIS/apps/inst/apps/VIS_ebstest/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 VIS? (y/n) [y] : y
Starting application Services for VIS:
4.9 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)
No comments:
Post a Comment