Oracle EBS R12.1.3 clone

源EBS: R12.1.3 ,DB_SID : PROD

目标EBS: R12.1.3 , DB_SID : TEST

参考文档:

使用快速克隆方式克隆11i的应用系统 (Doc ID 1594161.1)

基本步骤: 预克隆(源节点)-- 上传到目标端 -- 克隆(目标端)

 

-- 数据库层预克隆

[oraprod@ebsr123 PROD_ebsr123]$ 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.2

Enter the APPS User Password: 
Running:
perl /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/bin/adclone.pl java=/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/jre mode=stage stage=/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone component=dbTier method=CUSTOM dbctx=/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/PROD_ebsr123.xml showProgress 
APPS Password : 

Beginning database tier Stage - Sat Apr  4 11:45:29 2020

/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=false  -Doracle.installer.oui_loc=/d01/oracle/PROD/db/tech_st/11.1.0/oui -classpath /d01/oracle/PROD/db/tech_st/11.1.0/lib/xmlparserv2.jar:/d01/oracle/PROD/db/tech_st/11.1.0/jdbc/lib/ojdbc6.jar:/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/java:/d01/oracle/PROD/db/tech_st/11.1.0/oui/jlib/OraInstaller.jar:/d01/oracle/PROD/db/tech_st/11.1.0/oui/jlib/ewt3.jar:/d01/oracle/PROD/db/tech_st/11.1.0/oui/jlib/share.jar:/d01/oracle/PROD/db/tech_st/11.1.0/oui/jlib/srvm.jar:/d01/oracle/PROD/db/tech_st/11.1.0/jlib/ojmisc.jar   oracle.apps.ad.clone.StageDBTier -e /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/PROD_ebsr123.xml -stage /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone -tmp /tmp -method CUSTOM    -showProgress
APPS Password : ora
Log file located at /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/log/PROD_ebsr123/StageDBTier_04041145.log
  \     59% completed                                                                                                                                                    
 
Completed Stage...
Sat Apr  4 11:46:16 2020
[oraprod@ebsr123 PROD_ebsr123]$ 

-- 应用层预克隆

[applprod@ebsr123 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 /d01/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adclone.pl java=/d01/oracle/PROD/apps/tech_st/10.1.3/appsutil/jdk mode=stage stage=/d01/oracle/PROD/apps/apps_st/comn/clone component=appsTier method= appctx=/d01/oracle/PROD/inst/apps/PROD_ebsr121/appl/admin/PROD_ebsr123.xml showProgress 
APPS Password : 
method defaulted to CUSTOM


Beginning application tier Stage - Sat Apr  4 11:48:10 2020

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

Log file located at /d01/oracle/PROD/inst/apps/PROD_ebsr121/admin/log/StageAppsTier_04041148.log

  \     80% completed       

Completed Stage...
Sat Apr  4 11:49:33 2020
[applprod@ebsr123 scripts]$ 

-- 打包
[oraprod@ebsr123 PROD]$ tar -zcvf oracle.tar.gz oracle

-- 上传到目标端 (略,注意db和apps目录的权限)

-- db节点的clone ,clone完毕后,会自动启动监听和数据库。

[oraprod@ebsr121 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.1

Enter the APPS password : 

Running:
/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -cp /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/jlib/java:/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/jlib/xmlparserv2.jar:/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/jlib/ojdbc5.jar oracle.apps.ad.context.CloneContext -e /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/bin/../context/db/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile_4324.lst -stage /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone  2> /tmp/adcfgclone_4324.err; echo $? > /tmp/adcfgclone_4324.res

Log file located at /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/bin/CloneContext_0405075020.log

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

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

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

Target System Database SID : TEST

Target System Base Directory : /d01/oracle

Target System utl_file_dir Directory List : /d01/oracle/tmp

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

Target System DATA_TOP Directory 1 [/d01/oracle/PROD/db/apps_st/data] : 

Target System RDBMS ORACLE_HOME Directory [/d01/oracle/db/tech_st/11.1.0] : 
RC-00215: Warning: File /d01/oracle/db/tech_st/11.1.0/appsutil/template/addbtmpl.drv not found.

Target System RDBMS ORACLE_HOME Directory [/d01/oracle/db/tech_st/11.1.0] : 
RC-00215: Warning: File /d01/oracle/db/tech_st/11.1.0/appsutil/template/addbtmpl.drv not found.

Target System RDBMS ORACLE_HOME Directory [/d01/oracle/db/tech_st/11.1.0] : /d01/oracle/db/tech_st/11.1.0
RC-00215: Warning: File /d01/oracle/db/tech_st/11.1.0/appsutil/template/addbtmpl.drv not found.

Target System RDBMS ORACLE_HOME Directory [/d01/oracle/db/tech_st/11.1.0] : /d01/oracle/PROD/db/tech_st/11.1.0

Do you want to preserve the Display [null] (y/n) ? : n

Target System Display [ebsr121:0.0] : 

Do you want the the target system to have the same port values as the source system (y/n) [y] ? : 
Complete port information available at /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/bin/out/TEST_ebsr121/portpool.lst

Creating the new Database Context file from :
  /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/template/adxdbctx.tmp

The new database context file has been created :
  /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/TEST_ebsr121.xml

Log file located at /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/bin/CloneContext_0405075020.log
Check Clone Context logfile /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/bin/CloneContext_0405075020.log for details.

Running Rapid Clone with command:
perl /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/bin/adclone.pl java=/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/bin/../jre mode=apply stage=/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone component=dbTier method=CUSTOM dbctxtg=/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/TEST_ebsr121.xml showProgress contextValidated=true
Running:
perl /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/bin/adclone.pl java=/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/bin/../jre mode=apply stage=/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone component=dbTier method=CUSTOM dbctxtg=/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/TEST_ebsr121.xml showProgress contextValidated=true
APPS Password : 

Beginning database tier Apply - Sun Apr  5 07:58:08 2020

/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true  -Doracle.installer.oui_loc=/d01/oracle/PROD/db/tech_st/11.1.0/oui -classpath /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/jlib/xmlparserv2.jar:/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/jlib/ojdbc6.jar:/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/jlib/java:/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/jlib/oui/OraInstaller.jar:/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/jlib/oui/ewt3.jar:/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/jlib/oui/share.jar:/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/jlib/oui/srvm.jar:/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone/jlib/ojmisc.jar   oracle.apps.ad.clone.ApplyDBTier -e /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/TEST_ebsr121.xml -stage /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/clone   -showProgress
APPS Password : Log file located at /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/log/TEST_ebsr121/ApplyDBTier_04050758.log
  \     15% completed       

Completed Apply...
Sun Apr  5 08:06:02 2020

Starting database listener for TEST:
Running:
/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/scripts/TEST_ebsr121/addlnctl.sh start TEST

You are running addlnctl.sh version 120.1.12010000.2

Logfile: /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/log/TEST_ebsr121/addlnctl.txt

Starting listener process TEST ...


Listener TEST has already been started.


addlnctl.sh: exiting with status 0
[oraprod@ebsr121 bin]$ 

-- db节点clone完毕后,运行autoconfig

[oraprod@ebsr121 11.1.0]$ cd appsutil/scripts/
[oraprod@ebsr121 scripts]$ ls
PROD_ebsr121  PROD_ebsr123  TEST_ebsr121
[oraprod@ebsr121 scripts]$ cd TEST_ebsr121/
[oraprod@ebsr121 TEST_ebsr121]$ ls
adautocfg.sh  adchknls.pl  addbctl.sh  addlnctl.sh  adexecsql.pl  adlsnodes.sh  adpreclone.pl  adstopdb.sql  adstrtdb.sql
[oraprod@ebsr121 TEST_ebsr121]$ ./adautocfg.sh 
Enter the APPS user password:
The log file for this session is located at: /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/log/TEST_ebsr121/04050808/adconfig.log

AutoConfig is configuring the Database environment...

AutoConfig will consider the custom templates if present.
	Using ORACLE_HOME location : /d01/oracle/PROD/db/tech_st/11.1.0
	Classpath                   : :/d01/oracle/PROD/db/tech_st/11.1.0/jdbc/lib/ojdbc6.jar:/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/java/xmlparserv2.jar:/d01/oracle/PROD/db/tech_st/11.1.0/appsutil/java:/d01/oracle/PROD/db/tech_st/11.1.0/jlib/netcfg.jar:/d01/oracle/PROD/db/tech_st/11.1.0/jlib/ldapjclnt11.jar

	Using Context file          : /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/TEST_ebsr121.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 db111
Updating rdbms type in Context file to 64 bits
Configuring templates from ORACLE_HOME ...

AutoConfig completed successfully.
[oraprod@ebsr121 TEST_ebsr121]$ 

-- 修改数据库用户oraprod的环境变量

vi /home/oraprod/.bash_profile 
. /d01/oracle/PROD/db/tech_st/11.1.0/TEST_ebsr121.env

-- clone app节点 。从日志中看 会自动autoconfig ,所以不需要autoconfig

[root@ebsr121 ~]# su - applprod
[applprod@ebsr121 ~]$ cd $COMMON_TOP
[applprod@ebsr121 comn]$ cd clone/bin/
[applprod@ebsr121 bin]$ ls
adaddnode.pl  adcfgclone.pl  adchkutl.sh  adclonectx.pl  adclone.pl
[applprod@ebsr121 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.8

Enter the APPS password : 

Running:
/d01/oracle/PROD/apps/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -cp /d01/oracle/PROD/apps/apps_st/comn/clone/jlib/java:/d01/oracle/PROD/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/d01/oracle/PROD/apps/apps_st/comn/clone/jlib/ojdbc14.jar oracle.apps.ad.context.CloneContext -e /d01/oracle/PROD/apps/apps_st/comn/clone/bin/../context/apps/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile_10941.lst -stage /d01/oracle/PROD/apps/apps_st/comn/clone  2> /tmp/adcfgclone_10941.err; echo $? > /tmp/adcfgclone_10941.res

Log file located at /d01/oracle/PROD/apps/apps_st/comn/clone/bin/CloneContext_0405082534.log

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

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

Target System Database SID : TEST

Target System Database Server Node [ebsr121] : 

Target System Database Domain Name [local] : 

Target System Base Directory : /d01/oracle

Target System Tools ORACLE_HOME Directory [/d01/oracle/apps/tech_st/10.1.2] : /d01/oracle/apps/tech_st/10.1.2
RC-00002: Warning: Directory /d01/oracle/apps/tech_st/10.1.2 not found.

Target System Tools ORACLE_HOME Directory [/d01/oracle/apps/tech_st/10.1.2] : /d01/oracle/PROD/apps/tech_st/10.1.2

Target System Web ORACLE_HOME Directory [/d01/oracle/apps/tech_st/10.1.3] : /d01/oracle/PROD/apps/tech_st/10.1.3

Target System APPL_TOP Directory [/d01/oracle/apps/apps_st/appl] : /d01/oracle/PROD/apps/apps_st/appl

Target System COMMON_TOP Directory [/d01/oracle/apps/apps_st/comn] : /d01/oracle/PROD/apps/apps_st/comn

Target System Instance Home Directory [/d01/oracle/inst] : /d01/oracle/PROD/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 [ebsr123:0.0] (y/n)  : y

Do you want the the target system to have the same port values as the source system (y/n) [y] ? : y
Complete port information available at /d01/oracle/PROD/apps/apps_st/comn/clone/bin/out/TEST_ebsr121/portpool.lst

UTL_FILE_DIR on database tier consists of the following directories.

1. /usr/tmp
2. /d01/oracle/tmp
3. /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/outbound/TEST_ebsr121
4. /usr/tmp
Choose a value which will be set as APPLPTMP value on the target node [1] : 2

Creating the new APPL_TOP Context file from :
  /d01/oracle/PROD/apps/apps_st/appl/ad/12.0.0/admin/template/custom/adxmlctx.tmp

The new APPL_TOP context file has been created :
  /d01/oracle/PROD/inst/apps/TEST_ebsr121/appl/admin/TEST_ebsr121.xml

Log file located at /d01/oracle/PROD/apps/apps_st/comn/clone/bin/CloneContext_0405082534.log
Check Clone Context logfile /d01/oracle/PROD/apps/apps_st/comn/clone/bin/CloneContext_0405082534.log for details.

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

Beginning application tier Apply - Sun Apr  5 08:33:10 2020

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

Completed Apply...
Sun Apr  5 08:40:14 2020


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

Starting application Services for TEST:
Running:
/d01/oracle/PROD/inst/apps/TEST_ebsr121/admin/scripts/adstrtal.sh -nopromptmsg

You are running adstrtal.sh version 120.15.12010000.3

The logfile for this session is located at /d01/oracle/PROD/inst/apps/TEST_ebsr121/logs/appl/admin/log/adstrtal.log
Executing service control script:
/d01/oracle/PROD/inst/apps/TEST_ebsr121/admin/scripts/adopmnctl.sh start
script returned:
****************************************************

You are running adopmnctl.sh version 120.6.12010000.5

Starting Oracle Process Manager (OPMN) ...
opmnctl: opmn started.

adopmnctl.sh: exiting with status 0

adopmnctl.sh: check the logfile /d01/oracle/PROD/inst/apps/TEST_ebsr121/logs/appl/admin/log/adopmnctl.txt for more information ...  


.end std out.

.end err out.

****************************************************


Executing service control script:
/d01/oracle/PROD/inst/apps/TEST_ebsr121/admin/scripts/adalnctl.sh start
script returned:
****************************************************

adalnctl.sh version 120.3

Checking for FNDFS executable.
Starting listener process APPS_TEST.

adalnctl.sh: exiting with status 0


adalnctl.sh: check the logfile /d01/oracle/PROD/inst/apps/TEST_ebsr121/logs/appl/admin/log/adalnctl.txt for more information ...  


.end std out.

.end err out.

****************************************************


Executing service control script:
/d01/oracle/PROD/inst/apps/TEST_ebsr121/admin/scripts/adapcctl.sh start
script returned:
****************************************************

You are running adapcctl.sh version 120.7.12010000.2

Starting OPMN managed Oracle HTTP Server (OHS) instance ...
opmnctl: opmn is already running.
opmnctl: starting opmn managed processes...

adapcctl.sh: exiting with status 0

adapcctl.sh: check the logfile /d01/oracle/PROD/inst/apps/TEST_ebsr121/logs/appl/admin/log/adapcctl.txt for more information ...  


.end std out.

.end err out.

****************************************************


Executing service control script:
/d01/oracle/PROD/inst/apps/TEST_ebsr121/admin/scripts/adoacorectl.sh start
script returned:
****************************************************

You are running adoacorectl.sh version 120.13

Starting OPMN managed OACORE OC4J instance  ...

adoacorectl.sh: exiting with status 0

adoacorectl.sh: check the logfile /d01/oracle/PROD/inst/apps/TEST_ebsr121/logs/appl/admin/log/adoacorectl.txt for more information ...  


.end std out.

.end err out.

****************************************************


Executing service control script:
/d01/oracle/PROD/inst/apps/TEST_ebsr121/admin/scripts/adformsctl.sh start
script returned:
****************************************************

You are running adformsctl.sh  version 120.16.12010000.3

Starting OPMN managed FORMS OC4J instance  ...
Calling txkChkFormsDeployment.pl to check whether latest FORMSAPP.EAR is deployed...
Program : /d01/oracle/PROD/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkChkFormsDeployment.pl started @ Sun Apr  5 08:42:06 2020

*** Log File = /d01/oracle/PROD/inst/apps/TEST_ebsr121/logs/appl/rgf/TXK/txkChkFormsDeployment_Sun_Apr_5_08_42_06_2020/txkChkFormsDeployment_Sun_Apr_5_08_42_06_2020.log 

File "/d01/oracle/PROD/apps/tech_st/10.1.3/j2ee/forms/applications/forms/formsweb/WEB-INF/lib/frmsrv.jar" exists. Proceeding to check the size...

=============================================
*** Latest formsapp.ear has been deployed ***
=============================================


Program : /d01/oracle/PROD/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkChkFormsDeployment.pl completed @ Sun Apr  5 08:42:06 2020

Perl script txkChkFormsDeployment.pl got executed successfully



adformsctl.sh: exiting with status 0

adformsctl.sh: check the logfile /d01/oracle/PROD/inst/apps/TEST_ebsr121/logs/appl/admin/log/adformsctl.txt for more information ...  


.end std out.
*** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
*** Log File = /d01/oracle/PROD/inst/apps/TEST_ebsr121/logs/appl/rgf/TXK/txkChkFormsDeployment_Sun_Apr_5_08_42_06_2020/txkChkFormsDeployment_Sun_Apr_5_08_42_06_2020.log 

.end err out.

****************************************************


Executing service control script:
/d01/oracle/PROD/inst/apps/TEST_ebsr121/admin/scripts/adoafmctl.sh start
script returned:
****************************************************

You are running adoafmctl.sh version 120.8

Starting OPMN managed OAFM OC4J instance  ...

adoafmctl.sh: exiting with status 0

adoafmctl.sh: check the logfile /d01/oracle/PROD/inst/apps/TEST_ebsr121/logs/appl/admin/log/adoafmctl.txt for more information ...  


.end std out.

.end err out.

****************************************************


Executing service control script:
/d01/oracle/PROD/inst/apps/TEST_ebsr121/admin/scripts/adcmctl.sh start
script returned:
****************************************************

You are running adcmctl.sh version 120.17.12010000.5

Starting concurrent manager for TEST ...
Starting TEST_0405@TEST Internal Concurrent Manager
Default printer is noprint

adcmctl.sh: exiting with status 0


adcmctl.sh: check the logfile /d01/oracle/PROD/inst/apps/TEST_ebsr121/logs/appl/admin/log/adcmctl.txt for more information ...  


.end std out.

.end err out.

****************************************************


Executing service control script:
/d01/oracle/PROD/inst/apps/TEST_ebsr121/admin/scripts/jtffmctl.sh start
script returned:
****************************************************

You are running jtffmctl.sh version 120.3

Validating Fulfillment patch level via /d01/oracle/PROD/apps/apps_st/comn/java/classes
Fulfillment patch level validated.
Starting Fulfillment Server for TEST on port 9300 ...

jtffmctl.sh: exiting with status 0


.end std out.

.end err out.

****************************************************


All enabled services for this node are started.

adstrtal.sh: Exiting with status 0

adstrtal.sh: check the logfile /d01/oracle/PROD/inst/apps/TEST_ebsr121/logs/appl/admin/log/adstrtal.log for more information ...  

[applprod@ebsr121 bin]$ /d01/oracle/PROD/inst/apps/TEST_ebsr121/admin/log/ApplyAppsTier_04050833.log

-- 修改应用用户applprod的环境变量

vi /home/applprod/.bash_profile
. /d01/oracle/PROD/apps/apps_st/appl/APPSTEST_ebsr121.env

END

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值