0% found this document useful (0 votes)
1K views1 page

Deployment of OAF Pages in EBS 12.2.4, 12.2.5: Import Script For Putty

The document outlines the steps to deploy OAF pages in Oracle EBS 12.2.4 and 12.2.5: 1. Move class files to the JAVA_TOP directory. 2. Import XML files using the XMLImporter tool and provide connection details. 3. Run the Adcgnjar utility to create a customall.jar file under JAVA_TOP.

Uploaded by

Qasim Bobra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views1 page

Deployment of OAF Pages in EBS 12.2.4, 12.2.5: Import Script For Putty

The document outlines the steps to deploy OAF pages in Oracle EBS 12.2.4 and 12.2.5: 1. Move class files to the JAVA_TOP directory. 2. Import XML files using the XMLImporter tool and provide connection details. 3. Run the Adcgnjar utility to create a customall.jar file under JAVA_TOP.

Uploaded by

Qasim Bobra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Deployment of OAF Pages in EBS 12.2.4, 12.2.

5
The below mentioned are the deployment steps of oaf pages in EBS R12.2.4 , 12.2.5 in detail.

1. Move class files to JAVA_TOP

2. Import .xml files 

Import Script for putty:

java oracle.jrad.tools.xml.importer.XMLImporter
$JAVA_TOP/xxabc/oracle/apps/icx/prload/reqmgmt/webui/PRLoadCompleteSubmitPG.x
ml -rootdir $JAVA_TOP -username apps  -password clone -dbconnection "(DESCRIPTION =
(ADDRESS = (PROTOCOL = tcp)(HOST =11.1.111.111)(PORT = 1111))(CONNECT_DATA =
(SID = ABC)))

Import Script for local system cmd prompt:

import
C:\OAF\R1224\jdevhome\jdev\myprojects\xxabc\oracle\apps\po\MtmReport\webui\Inte
rnalMemoReportPG.xml -username apps -password apps -rootdir
C:\OAF\R1224\jdevhome\jdev\myprojects\ -dbconnection
"(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=11.1.111.111)(PORT=1111))
(CONNECT_DATA=(SID=ABC)))"

3.  Run Adcgnjar utility which exists at $AD_TOP/bin.It will create customall.jar under


$JAVA_TOP on successful run.
                  Note:  Please take backup of customall.jar file if it is already existed under
$JAVA_TOP and run Adcgnjar utility.

4. Do bounce apache and managed server OACORE_SERVER1  services.

Bounce Script :

adapcctl.sh stop
admanagedsrvctl.sh stop oacore_server1
Eneter Weblogic Password:********

admanagedsrvctl.sh start oacore_server1


Eneter Weblogic Password:********
adapcctl.sh start

You might also like