How to run oaf page from jdeveloper
In this post , I am sharing you the detail steps which helps to run oaf page from jdeveloper. We do OAF developments in jdeveloper and once the development completes then we migrate these objects in the Oracle application to run these OAF pages and objects in the Oracle Environment. For the development , we often needs to run the OAF pages and objects in oracle environment very frequently and to migrate the objects for every little change is quite complex and time consuming part so for this , jdeveloper has provide the flexibility to integrate the jdeveloper with the Oracle Environment so that , we can run the OAF pages directly from jdeveloper. We need to do some setups in jdeveloper to run oaf pages directly from jdeveloper. Here below I am sharing the steps How to run oaf page from jdeveloper.
Details Steps for how to run oaf page from jdeveloper
Step1 :- You need to go to your OAF project( In this case I am using standard OAF Project Tutorial) in jdeveloper then Right Click on Project "Tutorial".Click on properties.
Click under Oracle Application => Runtime Connnection
In the Runtime connection you have to enter the DBC file name.
DBC file is used to connect the JDEV to the E-Buisnnes Aplication.DBC file is stored in the Oracle Server under the directory "$INST_TOP/appl/fnd/12.0.0/secure".
In this directory we will find the DBC file drog this DBC file from oracle server to the local directory"D:\OAF\jdevhome\jdev\dbc_files\secure".
2.Enter user name=> User name is the Oracle E-buissness Suit user name which must have two below responsibilities.
OA Framework ToolBox Tutorial
OA Framework ToolBox Tutorial Labs
Create user as below in Oracle EBS.
The enter this user name in the Run time connection of Jdevloper as below and then enter the application password.
Don't need to change any thing in Responsibility portion.
After Runtime connection we have to make data base connection.
Click on "Connection navigator" as below. Then click on Database.Then right click "fwk12dev".Click Properties.
Enter database user name and Password.
Enter the Data base I.P,Port Name,SID name as below.
In this way we can integrate jdeveloper with our Oracle application and then run the OAF page and Object directly from jdeveloper
How to run oaf page from jdeveloper
0 comments:
Post a Comment