How to get the DBC file from APP Server to use it in JDeveloper Tool
Step 1: Login to APP Server and go to $INST_TOP
cd $INST_TOP/appl/fnd/12.0.0.0/secure
ls -ltr
-rw-------. 1 applmgr dba 827 Jul 10 06:13 DEV.dbc
Step 2: Permission will be limited for other users other than application manager, so cat the file and save it
cat DEV.dbc
Copy the content and save it with .dbc extension
Step 3: JDevloper Path for DBC connection
If once saved the file, place it under jdevhome\jdev\dbc_files\secure
If all 3 steps done, try playing with OAF Page !!!
Step 1: Login to APP Server and go to $INST_TOP
cd $INST_TOP/appl/fnd/12.0.0.0/secure
ls -ltr
-rw-------. 1 applmgr dba 827 Jul 10 06:13 DEV.dbc
Step 2: Permission will be limited for other users other than application manager, so cat the file and save it
cat DEV.dbc
Copy the content and save it with .dbc extension
Step 3: JDevloper Path for DBC connection
If once saved the file, place it under jdevhome\jdev\dbc_files\secure
If all 3 steps done, try playing with OAF Page !!!
No comments:
Post a Comment