0% found this document useful (0 votes)
7 views1 page

JDeveloper Setup and Connectivity

The document provides instructions for setting up jDeveloper, including downloading Java 5 and configuring environment variables. It details the process for obtaining the DBC file and making a database connection using the same parameters as SQLDeveloper. Additionally, it mentions troubleshooting memory heap errors when starting OAF pages from jDeveloper.

Uploaded by

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

JDeveloper Setup and Connectivity

The document provides instructions for setting up jDeveloper, including downloading Java 5 and configuring environment variables. It details the process for obtaining the DBC file and making a database connection using the same parameters as SQLDeveloper. Additionally, it mentions troubleshooting memory heap errors when starting OAF pages from jDeveloper.

Uploaded by

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

jDeveloper Setup and Connectivity

Download Java 5

https://www.oracle.com/java/technologies/java-archive-javase5-downloads.html

Setup Environment variable (as instructed in lecture)

JDEV_USER_HOME
<Your jDeveloper location>\jdevhome\jdev

Add to Path Environment variable (as instructed in lecture)

<Your jDeveloper location>\jdevbin\jdk\bin

DBC File

Login on SSH with oracle user and source the Run env

. /u01/install/APPS/EBSapps.env run

Enter folder

$INST_TOP/appl/fnd/12.0.0/secure

pwd
(/u01/install/APPS/fs1/inst/apps/EBSDB_apps/appl/fnd/12.0.0/secure in our case)

Copy EBSDB.dbc to <Your jDeveloper location>\jdevhome\jdev\dbc_files\secure

To make Database connection from jDeveloper use the same parameters as in


SQLDeveloper for apps user.

--
If you get memory heap errors when starting OAF pages from jDeveloper (later in the
section) refer to the noted manual setup of virtual memory in the lecture.

You might also like