100% found this document useful (1 vote)
52 views3 pages

OAF Deployment Process

1. Move java classes and import an XML file to import Excel data into an Oracle Application. 2. Run a command to import the XML file, specifying the file path, username, password, and database connection details. 3. Create a form function with the property "SSWA jsp function" and a webhtml link to display a Hello World page. 4. Deploy a JAR file to a custom location on an R12 server and add the JAR file path to an XML configuration file before restarting the Apache server.

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
100% found this document useful (1 vote)
52 views3 pages

OAF Deployment Process

1. Move java classes and import an XML file to import Excel data into an Oracle Application. 2. Run a command to import the XML file, specifying the file path, username, password, and database connection details. 3. Create a form function with the property "SSWA jsp function" and a webhtml link to display a Hello World page. 4. Deploy a JAR file to a custom location on an R12 server and add the JAR file path to an XML configuration file before restarting the Apache server.

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/ 3

1.

Move java classes

2. GOTO F:\p9879989_R12_GENERIC\jdevbin\oaext\bin and run following command


import
F:\p9879989_R12_GENERIC\jdevhome\jdev\myprojects\prajkumar\oracle\apps\fnd\importxlsd
emo\webui\ImportxlsxPG.xml -rootdir F:\p9879989_R12_GENERIC\jdevhome\jdev\myprojects\
-username apps -password stastrfatimagroupA -dbconnection
"(DESCRIPTION=(ADDRESS_LIST=(ADDRESS = (PROTOCOL = TCP)(HOST = 10.0.1.152)(PORT =
1521))) (CONNECT_DATA=(SID=prod)))"
3. Create form function with property "SSWA jsp function" and
webhtml "OA.jsp?page=/prajkumar/oracle/apps/fnd/webui/HelloWorldPG"
4. Deploy your JAR file at some custom location in R12 server

i.e. /u01/app/apnac03r12/XX_TEST/

2. Open “orion-application.xml” file present at path –

$ORA_CONFIG_HOME/10.1.3/j2ee/oacore/application-deployments/oacore/

/opt/d01/inst/apps/PROD_rwmltest/ora/10.1.3/j2ee/oacore/application-deployments/oacore/orion-
application.xml

3. Edit “orion-application.xml” file to add JAR file path

i.e. <library path="/u01/app/apnac03r12/XX_TEST/jxl.jar" />

4. Bounce Apache Server

You might also like