...
Property Name | Property Code | Required | Description |
---|---|---|---|
APEXExport Path | FDAPEX_APEXEXPORT_PATH | Yes | Directory path to the APEXExport class for example : C:\oracle\apex\utilities |
Target JDBC Driver Path. | FDORA_DRIVER_PATH | Yes | Path containing JDBC driver for target database , for example: (e.g. /u01/app/oracle/product/12.1.0/dbhome_1/jdbc/lib/ojdbc6.jar) |
Oracle Database URL | FDORA_URL | Yes | The JDBCURL for the target Oracle database. (e.g. localhost:1521:xe) As of version 4.0.3.5, acomplete JDBC URL (e.g. jdbc:oracle:thin:@localhost:1521:xe) as also allowed. Versions of the plugin before 4.0.3.5 require the shorter syntax. This can cause a problem if an Oracle Database Plugin operation is used on the same instance. In that case, upgrading to the latest version of the plugin available on the support site is recommended. |
Oracle Database User | FDORA_USER | Yes | The username that will be used to connect to the target Oracle Database. |
Oracle Database Password | FDORA_PASSWORD | Yes | The password for Oracle Database User. |
...
Property Name | Property Code | Required | Description | ||||
---|---|---|---|---|---|---|---|
APEX Application Id | FDAPEX_APPLICATION_ID | Yes | The application id for the application to be exported. | APEX Workspace Name | FDAPEX_WORKSPACE_NAME | Yes | The name of the workspace to deploy the application to. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
...