Builds an APEX application artifact, sourcing from an SCM or Oracle APEX Application Builder in a development environment. This operation can be used in conjunction with FlexDeploy's Full and Package-Based deployment models.
...
Property Name | Property Code | Required | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Oracle SQLcl Home |
| Yes | Folder where SQLcl is installed. Only required if sourcing from App Builder. Use JDK 8 for Endpoint Java due to SQLcl requirementsMake sure that the endpoint Java Home is a high enough version for your SQLcl version. | ||||||
APEX User |
| Yes | Provide database user APEX_xxxxx (APEX user requires INHERIT Privilege) or owner (parsing schema) of the application for export and import operations. You can use system user as well. Only required if sourcing from App Builder. | ||||||
APEX Password |
| Yes | Password for APEX User. Only required if sourcing from App Builder. | ||||||
Oracle Database URL |
| Yes | JDBC URL for Oracle database. For example:
Only required if sourcing from App Builder.
|
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Workspace Name |
| Yes | APEX Workspace Name. Provide uppercase name. This defaults to FD_INSTANCE_CODE expression, so if you keep instance code same as your workspace, you will not need to change default value. |
Parsing Schema |
| No | Used to set the parsing (owner) schema of the APEX application. Provide uppercase schema name. |
Application ID |
| No | APEX Application ID |
Application Name |
| No | APEX Application Name |
Application Alias |
| No | APEX alphanumeric identifier unique within a workspace and page. |
Export Supporting Object Definitions |
| No | Specify whether to export supporting object definitions with your application. |
Export Public Reports |
| No | Specify whether to include public reports with your application. |
Export Report Subscriptions |
| No | Specify whether to include interactive report or interactive grid subscription settings with your application. |
Export Developer Comments |
| No | Specify whether to include Developer Comments in your application export. |
Export Translations |
| No | Check to include Translations with your application export. |
Use Offset |
| No | Determines if the plugin will attempt to set the Offset. |
Offset value |
| No | APEX Offset value |
...