Export APEX applications from App Builder environment. One or more Application is exported based on provided inputs. You can use this operation to export applications from development environment and commit to SCM on periodic basis. See example workflow below on this page. Example workflow is exporting applications in apexexport folder and then Git repository is cloned in to apexgitrepo, eventually exported files are copied in to cloned repository and committed.
...
Property Name | Property Code | Required | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Oracle SQLcl Home |
| Yes | Folder where SQLcl is installed. Make 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. | ||||||
APEX Password |
| Yes | Password for APEX User. | ||||||
Oracle Database URL |
| Yes | JDBC URL for Oracle database. For example:
|
...
Property Name | Property Code | Required | Description |
---|---|---|---|
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 Original Ids |
| No | Determines if the plugin will use original ids when exporting. @Since 8.0.0.9 |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Workspace Name |
| No | APEX workspace name. If not provided, all applications matching name will be exported. |
Application Name |
| No | APEX application name. If application name, workspace name, and application id are not provided, then all applications will be exported. |
Application ID |
| No | APEX Application ID. This will take priority over workspace name and application name if it is provided. |
Export Folder |
| No | Absolute or relative to temp directory path for exported applications. |
...