...
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle Forms Source Script | FDOFR_SOURCE_SCRIPT | No | Path to an Oracle Forms environment file (e.g. On a Windows environment, the environment must be set manually before running the plugin. |
Oracle Forms Database User | FDOFR_DB_USER | Yes | DB User to connect with privileges. (e.g. apps). |
Oracle Forms Database Password | FDOFR_DB_PASSWORD | Yes | DB Password for Oracle Forms Database User. |
Oracle Forms Database TNS Name | FDOFR_DB_TNS_NAME | Yes | TNS Name for the DB. May need to be defined in tnsnames.ora . |
Oracle Forms Script File | FDOFR_FORMS_SCRIPTS_FILE | No | The location of the script to be used to compile forms. |
Project Properties
Property Name | Property Code | Required | Description | ||
---|---|---|---|---|---|
Oracle Forms Custom Classpath Additions | FDOFR_FORMS_CLASSPATH | No | Additional classpath to add when compiling Forms, Menus, and Libraries. | ||
| |||||
Oracle Forms Destination Directory | FDOFR_FORMS_DESTINATION_DIR | No | Target directory for compiled Form files (fmx). (e.g. /u01/app/oracle/middleware/FR_home/forms) | ||
Oracle Libraries Destination Directory | FDOFR_LIBRARY_DESTINATION_DIR | No | Target directory for Library files (plx). (e.g. /u01/app/oracle/middleware/FR_home/libraries) | ||
Oracle Menus Destination Directory | FDOFR_MENUS_DESTINATION_DIR | No | Target directory for compiled Menu files (mmx). (e.g. /u01/app/oracle/middleware/FR_home/menus) | ||
Oracle Reports Destination Directory | FDOFR_REPORTS_DESTINATION_DIR | No | Target directory for report files (rep). (e.g. /u01/app/oracle/middleware/FR_home/reports) | ||
Other Files Root Destination Directory | FDOFR_OTHER_FILES_ROOT_DESTINATION_DIR | No | Target directory for other files (unknown files). (e.g. /u01/app/oracle/middleware/FR_home/other) | ||
| |||||
Oracle Forms Stage Directory | FDOFR_FORMS_ROOT_STAGE_DIR | No | Stage folder where uncompiled Form files (fmb) are kept. (e.g. /u01/app/oracle/middleware/FR_home/forms) | ||
Oracle Libraries Stage Directory | FDOFR_LIBRARY_ROOT_STAGE_DIR | No | Stage folder where uncompiled Library files (pll, pld) are kept. (e.g. /u01/app/oracle/middleware/FR_home/libraries) | ||
Oracle Menus Stage Directory | FDOFR_MENUS_ROOT_STAGE_DIR | No | Stage folder where uncompiled Menu files (mmb) are kept. (e.g. /u01/app/oracle/middleware/FR_home/menus) |
...