Deploys any combination of Menu, Form, Library, Report, and other files to a Forms and Reports server. Source files are copied to Stage directory and compiled in to into Destination directory. Compiled and source files can be kept in different, or the same locations based on project property values.
...
For partial deploy, files will be moved under the directory specified include path that is part of File Name. For example, if your File Name is /forms/employeedetail.fmb and stage directory is /u01/app, then final file path will be /u01/app/forms/employeedetail.fmb.
...
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle Forms 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 |
| Yes | DB User to connect with privileges. (e.g. apps). |
Oracle Forms Database Password |
| Yes | DB Password for Oracle Forms Database User. |
Oracle Forms Database TNS Name |
| Yes | TNS Name for the DB. May need to be defined in |
Oracle Forms Script 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 |
| No | Additional |
class path to add when compiling Forms, Menus, and Libraries. | |||||
| |||||
Oracle Forms Destination Directory |
| No | Target directory for compiled Form files (fmx). (e.g. /u01/app/oracle/middleware/FR_home/forms) | ||
Oracle Libraries Destination Directory |
| No | Target directory for Library files (plx). (e.g. /u01/app/oracle/middleware/FR_home/libraries) | ||
Oracle Menus Destination Directory |
| No | Target directory for compiled Menu files (mmx). (e.g. /u01/app/oracle/middleware/FR_home/menus) | ||
Oracle Reports Destination Directory |
| No | Target directory for report files (rep). (e.g. /u01/app/oracle/middleware/FR_home/reports) | ||
Other Files Root Destination Directory |
| No | Target directory for other files (unknown files). (e.g. /u01/app/oracle/middleware/FR_home/other) | ||
| |||||
Oracle Forms Stage Directory |
| No | Stage folder where uncompiled Form files (fmb) are kept. (e.g. /u01/app/oracle/middleware/FR_home/forms) | ||
Oracle Libraries Stage Directory |
| No | Stage folder where uncompiled Library files (pll, pld) are kept. (e.g. /u01/app/oracle/middleware/FR_home/libraries) | ||
Oracle Menus Stage Directory |
| No | Stage folder where uncompiled Menu files (mmb) are kept. (e.g. /u01/app/oracle/middleware/FR_home/menus) |
Inputs
...
Input Name
...
Required
...
Description
...
Output Name
Required
Description
Artifacts
This operation consumes artifacts from the BuildForms operation
...
This operation delegates endpoint selection to the workflow developer. The workflow editor will default the selection to "All", which selects all available endpoints associated to the environment instanceTarget. Selecting a specific resource will result in selection of endpoints associated to the environment instance Target which have that resource defined.
...