Oracle Forms Server Release 6i:
Deploying Forms Applications to the Web with iAS
Patch 2

A86202-01

PrevNext

Library

Solution Area

Contents

Index

A
Forms Server Parameters

A.1 Introduction

This appendix contains the parameters you use to configure Forms Server.

A.2 Windows 95 and Windows NT Registry

For Windows 95 and Windows NT, the Oracle Univerasal Installer creates a new ORACLE section in your registry. The Oracle registry contains configuration parameters that control such things as the name of the Oracle home directory, the location of the product preference file, and the location of the help files. If you use Net8 for Windows, the configuration parameters also determine the driver to be used for network communications and the values that Net8 should use for its operating parameters.

A.2.1 Viewing and Modifying the Registry

You can view and optionally edit the Microsoft Windows Registry with the Registry Editor. This editor is located in the directory where your Windows software is installed.

To start the editor:

  1. Choose StartRun.

  2. Type REGEDIT.

  3. Click OK.

  4. In the Registry Editor, expand the HKEY_LOCAL_MACHINE node.

  5. Expand the SOFTWARE node.

  6. Click the ORACLE key to display the Oracle configuration parameters.

  7. You can modify any parameter value by double-clicking the parameter name to display the Edit String dialog.

  8. Change the value in the Value data text box.

  9. Click OK to accept the new value.

A.3 Configuration Parameters

The Oracle Installer automatically sets many parameters. Some of the parameters are required by Oracle products, and are listed in Table A-1. Other parameters allow you to customize product behavior. They are described in Section A.3.2, "Customizable Parameters".

A.3.1 Required Parameters

The parameters listed in this section are automatically set or removed by the Oracle Installer. They are required by various Oracle products to function properly.

Caution:

Do not change the settings of parameters listed in this section. Doing so may cause one or more Oracle products to stop functioning correctly.

The appearance of nn in the parameters listed below specifies a product or component release number. This number may change when you upgrade to a new release of an Oracle product.

Table A-1 Required parameters
Parameter  Setting 

BROWSERnn 

<ORACLE_HOME>\6iserver\BROWSEnn 

DEnn 

<ORACLE_HOME>\6iserver\TOOLS\COMMONnn 

FORMSnn 

<ORACLE_HOME>\6iserver\FORMSnn 

GRAPHICSnn 

<ORACLE_HOME>\6iserver\GRAPHnn 

MMnn 

<ORACLE_HOME>\6iserver\TOOLS\COMMONnn 

OCLnn 

<ORACLE_HOME>\6iserver\GRAPHnn 

PROnn 

<ORACLE_HOME>\6iserver\PROnn 

RDBMSnn 

<ORACLE_HOME>\6iserver\RDBMSnn 

RWnn 

<ORACLE_HOME>\6iserver\REPORTnn 

TKnn 

<ORACLE_HOME>\6iserver\TOOLS\COMMONnn 

VGSnn 

<ORACLE_HOME>\6iserver\TOOLS\COMMONnn 

A.3.2 Customizable Parameters

The parameters listed in this section control various aspects of your Oracle products. You may change the settings of these parameters to customize behavior.

The sections below list the default setting (if any) of each parameter. Parameters that are not automatically set with default values are noted. The parameter listings include descriptions of valid values and examples.

FORMS60_PATH

Default: <ORACLE_HOME>\6iserver\FORMS60\PLSQLLIB

Valid Values: any directory on any drive

Example:

FORMS60_PATH=C:\oracle\apps\forms;C:\myfiles

This parameter specifies the search path for files used in a Form Builder runtime application. These include form files (.fmx), menu files (.mmx), PL/SQL libraries (.pll), and other objects that the application attempts to load from a file at runtime. For example, if you import the image file scooter.tif, Form Builder searches in the directories specified by FORMS60_PATH to find that file.

FORMS60_PATH can specify multiple directories. Use a semicolon (;) to separate directory names in a list of paths.

FORMS60_REPFORMAT

Default: none

Valid Values: HTML, PDF

Example:

FORMS60_REPFORMAT=HTML

If you are invoking a browser to run a report from a form via RUN_PRODUCT, you must set the FORMS60_REPFORMAT environment variable. This parameter specifies the report format.

FORMS60_TIMEOUT

Default: 15

Valid Values: 1 - 1440 (1 day)

Example:

FORMS60_TIMEOUT=1440

This parameter specifies the amount of time in elapsed minutes before the Forms Server process is terminated when there is no client communication with the Forms Server.

GRAPHICS60_PATH

Default: none

Valid Values: any directory on any drive

Example:

GRAPHICS60_PATH=C:\oracle\apps\graphics;C:\myfiles

This parameter specifies the search path for files used in a Graphics runtime application. These include display files (.ogr), images, external queries, and other objects that the application attempts to load from a file at runtime. For example, if you import the image file scooter.tif, Graphics Builder searches in the directories specified by GRAPHICS60_PATH to find that file.

GRAPHICS60_PATH can specify multiple directories. Use a backslash (\) to separate directories in a path, and a semicolon (;) to separate complete paths.

NLS_LANG

Default: AMERICAN_AMERICA.WE8ISO8859P1

Valid Values: See the NLS Reference Manual for a current list of available values, or see the following file on your CD: \bonus\nls\nlsd2r1.wri

Example:

NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1

This parameter sets the language in which message files appear. The syntax for NLS_LANG is as follows:

NLS_LANG=<language>_<territory>.<char_set>

Where:

ORACLE_HOME

Default: C:\ORAWIN95 on Window95 or C:\ORANT on Windows NT

Valid Values: any directory on any drive

Example:

ORACLE_HOME=C:\orawin95

This parameter specifies the home directory in which Windows Oracle products are installed. This directory is the top directory in the Oracle directory hierarchy.


Prev Next
Oracle
Copyright © 2000 Oracle Corporation.

All Rights Reserved.

Library

Solution Area

Contents

Index