0% found this document useful (0 votes)
176 views11 pages

JDeveloper OA Extension Setup Guide

The document provides instructions for setting up JDeveloper with the Oracle Applications Extension. It describes downloading the correct version of JDeveloper, unzipping files, creating shortcuts, configuring the database connection by specifying username, password, host name, port, and SID, and opening sample files.
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 DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
176 views11 pages

JDeveloper OA Extension Setup Guide

The document provides instructions for setting up JDeveloper with the Oracle Applications Extension. It describes downloading the correct version of JDeveloper, unzipping files, creating shortcuts, configuring the database connection by specifying username, password, host name, port, and SID, and opening sample files.
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 DOC, PDF, TXT or read online on Scribd

JDEVELOPER with OA Extension Setup Find the right version of JDEVELOPER patch from Metalink.

Refer to Doc Note: 416708.1 How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12

Select the appropriate JDEV version according to the patch set level . Download the zip file in the local machine.

Unzip the file into C: Drive into a folder JDEV. It will create 3 folders jdevbin, jdevdoc and jdevhome

Then go to the jdevdoc and create a shortcut for [Link] on desktop . Open the OA Framework documentation Follow the instructions given in the doc for setting up the jdeveloper The steps are below with screenshots..

Then go to C:\Jdeveloper\jdevbin\jdev\bin folder and select the [Link] and create a shortcut for it on desktop

Ask for the dbc file for that particular instance from DBA.. Place it in the C:\<JDEV_FOLDER_NAME>\jdevhome\jdev\dbc_files\secure eg : C:\JDEV9i03\jdevhome\jdev\dbc_files\secure

Go to the desktop .. Click on the JDEV shortcut and open the tool .. You can see 2 default folders in the system navigation window.. i.e. Workspaces and Connections Go to Connections and expand it.. Right Click on Database .. You ll get an option to create a new connection .. Click on that and Follow the connection

Specify the suitable connection name..Let the connection type be as it is default , Oracle(JDBC) Click on Next

Specify the username password for the database .. Click Next

Let the driver name be default .. Go to command prompt and use the tnsping command to get the db details .. Use the Host Name , JDBC Port and SID details from that and enter in the connection wizard.. Click Next

Click on Test Connection .. Jdeveloper tests the database connection .. Once its able to establish connection , it ll give the status as Success!

Use the Open file open , and go to the projects path under the jdev\jdevhome\jdev path Open the [Link] file..

Right Click on the any project .. Say [Link] .. go to Project Settings

Common questions

Powered by AI

Identifying the correct JDeveloper version is crucial to ensure compatibility with specific patch set levels of eBusiness Suite 11i or Release 12, as this guarantees that the development environment operates cohesively with the underlying applications. This is achieved by consulting Metalink documentation, specifically Doc Note: 416708.1, which provides guidance on selecting the right JDeveloper version necessary for a given EBS release .

After setting up JDeveloper, to establish a database connection, navigate to the Connections section in the system navigation window. Right-click on 'Database' and select 'Create New Connection.' Keep the default connection type, Oracle (JDBC), and specify a connection name. Proceed by entering the database username and password. With the driver name set to default, use the tnsping command in the command prompt to obtain Host Name, JDBC Port, and SID details, which are then input into the connection wizard. Test the connection to ensure successful establishment, indicated by a 'Success' status .

Metalink documentation plays a vital role in the JDeveloper setup process for eBusiness Suite by providing authoritative guidelines for compatibility and configuration. Specifically, it aids in determining the correct JDeveloper version through Doc Note: 416708.1, which is pivotal for alignment with the particular patch set levels of eBusiness Suite 11i or Release 12. This documentation should be used as a primary reference to ensure that all setup prerequisites and configurations are properly addressed, avoiding potential setup errors and functionality issues .

To set up JDeveloper with OA Extension on a local machine for eBusiness Suite 11i or Release 12, first, identify the appropriate JDeveloper version patch using Metalink by referring to Doc Note: 416708.1. Download the correct zip file and unzip it into C: Drive, creating folders jdevbin, jdevdoc, and jdevhome. In the jdevdoc folder, create a desktop shortcut for index.htm. Follow the setup instructions in the documentation. Next, create a shortcut for jdevw.exe located in the bin folder on the desktop. Obtain the dbc file from the DBA and place it in the secure sub-directory under jdevhome. Finally, run JDeveloper via the desktop shortcut, and configure a new database connection using the tnsping details. Verify the connection success and access project settings in the jdev directory .

During JDeveloper setup, three primary folders are created: jdevbin, jdevdoc, and jdevhome. The jdevbin folder contains executables necessary for running JDeveloper. The jdevdoc folder contains documentation, a shortcut to which is created on the desktop for easy access to reference materials. The jdevhome folder is the workspace directory where user projects, including configuration files like the dbc file, are stored. Each folder fulfills a specific role in supporting the software’s operational and developmental functionalities .

To create a desktop shortcut for JDeveloper, navigate to the jdevbin directory, specifically to jdev\bin, and locate jdevw.exe. Right-click on it and select the option to create a shortcut on the desktop. This step is important because it provides quick and easy access to the JDeveloper interface, enhancing user efficiency by reducing the steps required to launch the development environment .

In JDeveloper setup, the tnsping command is used to check connectivity to the Oracle database and to retrieve essential connection details. It verifies network connectivity and provides the Host Name, JDBC Port, and SID information required to configure the database connection within the JDeveloper connection wizard, ensuring accurate and feasible connection setup processes .

Creating a shortcut for index.htm from the jdevdoc folder during JDeveloper setup serves to provide readily accessible documentation to the user. This ensures that references and instructions regarding usage, features, and troubleshooting are immediately available, thereby supporting users in effectively navigating and utilizing JDeveloper functions without needing to search through directory structures .

The dbc file is crucial in configuring JDeveloper for eBusiness Suite as it contains secure database connection information specific to the instance being used. It needs to be acquired from the DBA and placed in the jdevhome directory under dbc_files/secure. Proper management and placement of this file ensure that JDeveloper can securely communicate with the database environment tailored for eBusiness Suite applications .

Testing the database connection in JDeveloper involves inputting the necessary details such as username, password, Host Name, JDBC Port, and SID in the connection wizard. Once configured, click 'Next' and select 'Test Connection.' JDeveloper will attempt to connect to the database, and a 'Success' status is displayed indicating a successful connection. This step ensures that all parameters are correctly set and the JDeveloper environment can interact with the database seamlessly .

You might also like