Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property Name

Property Code

Required

Description

Oracle Forms Source Script

FDOFR_SOURCE_SCRIPT

 No

Path to an Oracle Forms environment file (e.g.
/u01/app/oracle/middleware/user_projects/domains/ClassicDomain/config/fmwconfig/servers/WLS_FORMS/applications/formsapp_11.1.2/config/default.env). On Linux environment, this property is required.

On a Windows environment, the environment must be set manually before running the plugin.

Oracle Forms Database UserFDOFR_DB_USERYesDB User to connect with privileges. (e.g. Appsapps).
Oracle Forms Database PasswordFDOFR_DB_PASSWORDYesDB Password for Oracle Forms Database User.
Oracle Forms Database TNS NameFDOFR_DB_TNS_NAMEYesTNS Name for the DB. May need to be defined in tnsnames.ora.

...

Property Name

Property Code

Required

Description

Oracle Forms Custom Classpath AdditionsFDOFR_FORMS_CLASSPATHNoAdditional classpath to add when compiling Forms, Menus, and Libraries.


Info

The following properties are DESTINATION properties. They set where the (compiled for Forms, Menus, and Libraries) files are placed on the deploy server.

If no STAGE properties are set, the Forms, Menus, and Libraries source files will be placed in the same folder.


Oracle Forms Destination DirectoryFDOFR_FORMS_DESTINATION_DIRNoTarget directory for compiled Form files (fmx). (e.g. /u01/app/oracle/middleware/FR_home/forms)
Oracle Libraries Destination DirectoryFDOFR_LIBRARY_DESTINATION_DIRNoTarget directory for compiled Library files (plx). (e.g. /u01/app/oracle/middleware/FR_home/libraries)
Oracle Menus Destination DirectoryFDOFR_MENUS_DESTINATION_DIRNoTarget directory for compiled Menu files (mmx). (e.g. /u01/app/oracle/middleware/FR_home/menus)
Oracle Reports Destination DirectoryFDOFR_REPORTS_DESTINATION_DIRNoTarget directory for report files (rep, rdf, jsp, rex).). (e.g. /u01/app/oracle/middleware/FR_home/reports)
Other Files Root Destination DirectoryFDOFR_OTHER_FILES_ROOT_DESTINATION_DIRNoTarget directory for other files (unknown files (not handled by any other _DESTINATION_DIR property). (e.g. /u01/app/oracle/middleware/FR_home/other)


Info

The following properties are STAGE properties. They are used to keep the source and compiled files in different locations on the deploy server, similar to how there are src and class folders in Java projects.


Oracle Forms Stage DirectoryFDOFR_FORMS_ROOT_STAGE_DIRNoStage folder where uncompiled Form files (fmb) are kept. (e.g. /u01/app/oracle/middleware/FR_home/forms)
Oracle Libraries Stage DirectoryFDOFR_LIBRARY_ROOT_STAGE_DIRNoStage folder where uncompiled Library files (pll, pld) are kept. (e.g. /u01/app/oracle/middleware/FR_home/libraries)
Oracle Menus Stage DirectoryFDOFR_MENUS_ROOT_STAGE_DIRNoStage folder where uncompiled Menu files (mmb) are kept. (e.g. /u01/app/oracle/middleware/FR_home/menus)

Inputs

Input Name

Input Code

Required

Description





...