Configure the oaf development environment of Oracle ebs correctly

Source: Internet
Author: User

The following article describes how to configure the oaf development environment of Oracle ebs and how to correctly download the jdev 9.03.5 Extension package with Oracle Applications Extension! (For short, jdev) decompress it to a directory I am d: \ java \ jdev_oaf) Note that the directory should not contain spaces !).

The decompressed directory structure is

Directory of the jdevbin jdev execution Program

Jdevdoc development documentation

Jdevhome oaf working directory

Configuration steps:

1) Add the environment variable JDEV_USER_HOME.

Point

 
 
  1. d:\java\jdev_oaf\jdevhome\jdev 

2) configure the database configuration file and place it in

This is a. dbc File. Find it in the Oracle ebs installation directory and go to the TEST page. The locate bdc File in connnection Test is as follows:

 
 
  1. #DB Settings  
  2. #Wed Jul 12 11:19:03 CST 2006  
  3. GUESTGUEST_USER_PWD=GUEST/Oracle  
  4. APPL_SERVER_ID=21352B7FD1D64869B9E073D0BF9C66AB17555619151894333175138346880731 
  5. FND_JDBC_BUFFER_DECAY_INTERVAL=300 
  6. APPS_JDBC_DRIVER_TYPE=THIN 
  7. FND_JDBC_BUFFER_MIN=1 
  8. DB_NAME=VIS 
  9. GWYUID=APPLSYSPUB/PUB  
  10. FND_JDBC_BUFFER_MAX=5 
  11. APPS_JDBC_URL=jdbc\:Oracle\:thin\
    :@(DESCRIPTION\=(LOAD_BALANCE\=YES)(FAILOVER\=YES)
    (ADDRESS_LIST\=(ADDRESS\=(PROTOCOL\=tcp)
    (HOST\=EBS.ebsserver.com)(PORT\=1521)))(CONNECT_DATA\=(SID\=VIS)))  
  12. FND_JDBC_STMT_CACHE_FREE_MEM=TRUE 
  13. FND_JDBC_STMT_CACHE_SIZE=0 
  14. TWO_TASK=VIS 
  15. FND_MAX_JDBC_CONNECTIONS=500 
  16. FND_JDBC_USABLE_CHECK=false 
  17. FNDNAM=APPS 
  18. FND_JDBC_PLSQL_RESET=false 
  19. DB_PORT=1521 
  20. FND_JDBC_CONTEXT_CHECK=true 
  21. FND_JDBC_BUFFER_DECAY_SIZE=5 
  22. DB_HOST=ebs.ebsserver.com   

D: \ java \ jdev_oaf \ jdevhome \ jdev \ myhtml \ OA_HTML \ secure

Note: One of the above configuration files must be commented out. Otherwise, an error occurs. Someone on the internet says this is a BUG. You need to download the patch to solve the problem. I have no permission to download the patch, note it out. This is the sentence. Just add # in front of it.

 
 
  1. APPS_JDBC_URL=jdbc\:Oracle\:thin\
    :@(DESCRIPTION\=(LOAD_BALANCE\=YES)(FAILOVER\=YES)(ADDRESS_LIST\=(ADDRESS\
    =(PROTOCOL\=tcp)(HOST\=EBS.ebsserver.com)(PORT\=1521)))(CONNECT_DATA\=(SID\=VIS))) 

3) create a shortcut

Point to d: \ java \ jdev_oaf \ dev \ bin \ jdevw.exe

This is the jdev startup command!

4) configure the following two roles in Oracle ebs for your development users! Generally, it is the role in application short name (AK ).

 
 
  1. OA Framework ToolBox Tutorial (responsibility key is FWK_TBX_TUTORIAL)  
  2. OA Framework ToolBox Tutorial Labs (responsibility key is FWK_TOOLBOX_TUTORIAL_LABS)  

5) Configure database connection

Open the workspace file with the toolbox. jws workspace extension jws under D: \ java \ jdev_oaf \ jdevhome \ jdev \ myprojects)

In toolbox. in jws, locate Tutorial. jpr extension jpr is a jdev project file.) Right-click the project and open the project seting command. In the displayed dialog box, select Runtime Connection under the Oracle Applications node.

Set connection to the above dbc File

Username/password must be consistent with Step 4

Keep the default responsibilities.

Set LabSolutions. jpr.

Configure the DataBase connection. In the Navigator, select the DataBase node under Connections and add the DataBase connection!

Configuration

The Connection Name of the connect option in the project setting of the Tutorial. jpr project and LabSolutions. jpr project is the Name of the database Connection you Just configured!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.