How to Configure Oracle Forms12c - Part 2
===================================================================================
====================
Step -5 (How to Create Batch File (batch.bat))
=======
(Before Submit This Path Carefully Check In This Path Same to with Your Directory
Path)
Make these batch (.bat) command files and keep them on your desktop
===================================================================
1) 1-StartNodeMGR.bat
C:\Oracle\Middleware\user_projects\domains\base_domain\bin\
startNodeManager.cmd
2) 2-StartWLAdm.bat
C:\Oracle\Middleware\user_projects\domains\base_domain\bin\startWeblogic.cmd
3) 3-StartWLS_FORMS.bat
C:\Oracle\Middleware\user_projects\domains\base_domain\bin\
startManagedWebLogic.cmd WLS_FORMS
4) 4-StartWLS_REPORTS.bat
C:\Oracle\Middleware\user_projects\domains\base_domain\bin\
startManagedWebLogic.cmd WLS_REPORTS
5) 5-stopAll.bat
cd C:\Oracle\Middleware\user_projects\domains\base_domain\bin
stopManagedWebLogic.cmd WLS_FORMS
stopManagedWebLogic.cmd WLS_REPORTS
stopWeblogic.cmd
stopNodeManager.cmd
==========================================================
Step -6 (How to Configure TNS (Transparent Network Substrate) tnsnames.ora)
=======
copy tnsnames.ora from database then past to under url
C:\Oracle\Middleware\user_projects\domains\base_domain\config\fmwconfig
===================================================================================
=============================================
Step -7 (How to Setting Pjoject Location by Edit the file : (default.env))
=======
(go to under directory location)
IN : C:\Oracle\Middleware\user_projects\domains\base_domain\config\fmwconfig\
servers\WLS_FORMS\applications\formsapp_12.2.1\config
Add this section....
FORMS_PATH=D:\WASIMSOFT\FORMS;.....<---- put this first in your FORMS_PATH
===================================================================================
====================