A script-enabled browser is required for this page to function properly.

FORMS_PATH

Default: ORACLE_HOME/forms/PLSQLLIB

Valid Values: any directory on any drive

Example:

FORMS_PATH=C:/oracle/apps/forms;C:/myfiles

This parameter specifies the search path for files used in a Oracle Forms 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, Oracle Forms searches in the directories specified by FORMS_PATH to find that file.

FORMS_PATH can specify multiple directories. For Windows, use a semi-colon (;) to separate directory names in a list of paths. For other operating systems, use the appropriate separator.