You are on page 1of 8

10/2/2017 Install OA Framework jDeveloper | Welcome to My Oracle World

Categories

Welcome to My Oracle World

Monday, April 16, 2012

Install OA Framework
jDeveloper
By: Guest Author

Basic Installation Steps -

1. Download JDeveloper 10.1.3.3.0. Available Oracle patch is


p8431482_R12_GENERIC.zip

Unzip the patch p8431482_R12_GENERIC.zip i.e. in D:\

2. Specify the path of jdev in following location

My Computer>Properties>Advanced>Environment Variables as given


below screen shot
https://blogs.oracle.com/prajkumar/install-oa-framework-jdeveloper 1/8
10/2/2017 Install OA Framework jDeveloper | Welcome to My Oracle World

3. Download dbc file of Oracle application instance from


$FND_TOP/secure

( it is like a tnsnames.ora file having connection detail )

Place the file at location


D:\p8431482_R12_GENERIC\jdevhome\jdev\dbc_files\secure

4. Open JDeveloper and set database connection goto Connection


Navigator > Database and create a new connection

https://blogs.oracle.com/prajkumar/install-oa-framework-jdeveloper 2/8
10/2/2017 Install OA Framework jDeveloper | Welcome to My Oracle World

Note Give user name and password do not give any role and do not check
Deploy Password checkbox
https://blogs.oracle.com/prajkumar/install-oa-framework-jdeveloper 3/8
10/2/2017 Install OA Framework jDeveloper | Welcome to My Oracle World

Note Give Host Name, JDBC port, and SID. Keep driver as thin.

Now JDeveloper is ready to use

5. Create a sample workspace and project to know setting during creation


of project

1. Goto Application Navigator right click > New > General > Workspace
Configured for Oracle Applications

2. Give workspace name

https://blogs.oracle.com/prajkumar/install-oa-framework-jdeveloper 4/8
10/2/2017 Install OA Framework jDeveloper | Welcome to My Oracle World

3. Give project name and Default package

Note Default package is

<3rd party identifier>.oracle.apps.<application_short_name>.


<component>.

[<subcomponent>]

Example: mycompany.oracle.apps.po.requisition.webui

4. Give database connection detail


https://blogs.oracle.com/prajkumar/install-oa-framework-jdeveloper 5/8
10/2/2017 Install OA Framework jDeveloper | Welcome to My Oracle World

5. Give your dbc file location, application username, application


password, application short name, and responsibility key

i.e. Application short key and responsibility key is nothing but assigned
responsibility detail to the application user for example if application user
has System Administrator responsibility then Application short name will be
SYSADMIN and responsibility key will be SYSTEM_ADMINISTRATOR.
These values are required to compile and run the page because page
required context during run time so it will login the application with given
username and password and it will take context from assigned
responsibility

https://blogs.oracle.com/prajkumar/install-oa-framework-jdeveloper 6/8
10/2/2017 Install OA Framework jDeveloper | Welcome to My Oracle World

6. Click Next. Creation of Workspace and project has finished

Join the discussion


https://blogs.oracle.com/prajkumar/install-oa-framework-jdeveloper 7/8
10/2/2017 Install OA Framework jDeveloper | Welcome to My Oracle World


Visit the Oracle Blog Contact Us
Learn more Learn more

Site Map Legal Notices Terms of Use Privacy Cookie Preferences

https://blogs.oracle.com/prajkumar/install-oa-framework-jdeveloper 8/8

You might also like