Configure jdev in oracle apps Environment
1)Identify the oracle apps version suitable , go to any OAF page ->about the page ->technology components
**if about the page is not there then set the profile option called fnd_diagnostics to yes (sys admin-sys profile-query profile fnd:Dia%- set yes) .
Download the patch from oracle meta link by giving the OAF version .
After downloading unzip the patch : it contains 3 folders 1)Jdev bin: contains all the import,export files and jdev tool.2)Jdev doc:contains all the documentation OAF , Index.3) Jdev Home : Will contain all the project files (/Jdev/myprojects.
2)Set the Environment variables for windows : My computer Right click system properties-advanced-Environenment variables-new-variable_name JDEV_USER_HOME variable value :jdevhome/dev
3)Copy the dbc file from fnd top: from D:/Oracle/visappl/fnd/11.5.0/secure/vis_apps to D:\p123423_11i_generic\jdevhome\jdev\dbc_files\secure ** DBC files contains TNS names and its used for connecting to the data base.
4) make the shortcut jdev in desktop jdevw.exe where w indicates windows os (copy & pasteto desktop).
5) create the data base connection 1)Open Jdev expand connections DB-New connection –connection name –Dev-connction type oracle JDBC –NEXT username: apps PWD: apps }like toad Open DBC file DBA_HOST=>HOST_name :apps.ora.com JDBC_PORT=>DB_PORT:1521 SID=>DB_name =>VIS then next test connection success ..similarly you can create new DB connections to other instances .
6)Set the default project properties :Project-default project settings ,click on OA path-evvironment variables path ,DB connction –DEV-select Run options –select oa_diagnostics then Run time connection dbc_file name browse jdev/home/jdev/dbc_files/secure/vis.dbc. user name-operations pwd-welcome responsibility –one reference responsibility is given which should contain OAF page APP short name PO responsibility PURCHAISNG_OPERATIONS () this resp shud be ter for users)
2)Set the Environment variables for windows : My computer Right click system properties-advanced-Environenment variables-new-variable_name JDEV_USER_HOME variable value :jdevhome/dev
3)Copy the dbc file from fnd top: from D:/Oracle/visappl/fnd/11.5.0/secure/vis_apps to D:\p123423_11i_generic\jdevhome\jdev\dbc_files\secure ** DBC files contains TNS names and its used for connecting to the data base.
4) make the shortcut jdev in desktop jdevw.exe where w indicates windows os (copy & pasteto desktop).
5) create the data base connection 1)Open Jdev expand connections DB-New connection –connection name –Dev-connction type oracle JDBC –NEXT username: apps PWD: apps }like toad Open DBC file DBA_HOST=>HOST_name :apps.ora.com JDBC_PORT=>DB_PORT:1521 SID=>DB_name =>VIS then next test connection success ..similarly you can create new DB connections to other instances .
6)Set the default project properties :Project-default project settings ,click on OA path-evvironment variables path ,DB connction –DEV-select Run options –select oa_diagnostics then Run time connection dbc_file name browse jdev/home/jdev/dbc_files/secure/vis.dbc. user name-operations pwd-welcome responsibility –one reference responsibility is given which should contain OAF page APP short name PO responsibility PURCHAISNG_OPERATIONS () this resp shud be ter for users)
No comments:
Post a Comment