0% found this document useful (0 votes)
39 views

Oracle Applications Framework (OAF) : Example 1: Deployment

Oracle Applications Framework (OAF) provides an example deployment process with 5 key steps: 1) compile programs, 2) upload files, 3) import PAGE definitions, 4) define functions and menus, and 5) restart the web server. The process involves using FTP to upload files to the server, running a script to import pages to the database, and defining a function and menu to access the application. When completed, it provides a standard OAF application that is ready for use.

Uploaded by

soiree
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views

Oracle Applications Framework (OAF) : Example 1: Deployment

Oracle Applications Framework (OAF) provides an example deployment process with 5 key steps: 1) compile programs, 2) upload files, 3) import PAGE definitions, 4) define functions and menus, and 5) restart the web server. The process involves using FTP to upload files to the server, running a script to import pages to the database, and defining a function and menu to access the application. When completed, it provides a standard OAF application that is ready for use.

Uploaded by

soiree
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 10

Oracle Applications Framework (OAF)

Example 1: Deployment


PAGE WEB


telnet$JAVA_TOP FTP

PAGE Upload
echo off echo importing ... set JDEV_BIN_HOME=D:\JDEV_OAF\jdevbin\ set JDEV_USER_HOME=D:\JDEV_OAF\jdevhome\jdev\ set JDEV_PROJECT_HOME=%JDEV_USER_HOME%\myprojects set DB_CONNECTION="(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(host=sync.nor -intl.com)(port=1521))(CONNECT_DATA=(SID=PROD)))" set PAGE2UPLOAD=oatest\oracle\apps\ak\hello\webui\ set APPS_PASSWD=apps set PATH=%JDEV_BIN_HOME%\jdk\bin;%JDEV_BIN_HOME%\jdev\bin;%PATH% call import.bat %JDEV_PROJECT_HOME%\%PAGE2UPLOAD% -rootdir %JDEV_PROJECT_HOME% -mmddir %JDEV_BIN_HOME%\jdev\lib\ext\jrad\config\mmd -username apps -password %APPS_PASSWD% -dbconnection %DB_CONNECTION% -jdk13 -validate pause echo on

OA.jsp?page=/oatest/oracle/apps/ak/hello/webui/HelloworldPG


OAF

You might also like