0% found this document useful (0 votes)
20 views1 page

How To Configure Oracle Forms12c - Part 2

This document provides instructions for configuring Oracle Forms12c, specifically detailing the creation of batch files for starting and stopping services. It includes steps for configuring TNS by copying the tnsnames.ora file and setting the project location by editing the default.env file. Users are guided to ensure correct directory paths and specific configurations for their environment.

Uploaded by

45chandrajeet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views1 page

How To Configure Oracle Forms12c - Part 2

This document provides instructions for configuring Oracle Forms12c, specifically detailing the creation of batch files for starting and stopping services. It includes steps for configuring TNS by copying the tnsnames.ora file and setting the project location by editing the default.env file. Users are guided to ensure correct directory paths and specific configurations for their environment.

Uploaded by

45chandrajeet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

===================================================================================
====================

You might also like