$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Export the APEX application or REST Service to a SQL file.

Environment/Instance Properties

Property Name

Property Code

Required

Description

APEX Workspace Name

FDAPEX_WORKSPACE_NAME

Yes

The name of the workspace to deploy the application to.

APEX Application Id
FDAPEX_APPLICATION_ID
YesIdentifying number of application.
Oracle Database URL
FDORA_URL
YesThe JDBC URL for the target Oracle database.
Oracle Database User
FDORA_USER
YesThe username that will be used to connect to the target Oracle Database.
Oracle Database Password
FDORA_PASSWORD
YesThe password for Oracle Database User.

Project Properties

Property Name

Property Code

Required

Description

APEXExport Path

FDAPEX_APEXEXPORT_PATH

Yes

irectory path to the APEXExport class for example : C:\oracle\apex\utilities

Oracle Database Home
FDAPEX_ORACLE_DB_HOME
YesOracle Database Home for example : /u01/app/oracle/product/11.2.0/dbhome_1
Target JDBC Driver Path.
FDORA_DRIVER_PATH
YesPath containing JDBC driver for target database connection.
APEX Languages to Publish
FDAPEX_LANG_TO_PUBLISH
NoAPEX List separated by commas of language codes to be published.

Inputs

Input Name

Input Code

Required

Description





Outputs

Output Name

Required

Description




Artifacts

This operation produces a deployable APEX sql file artifact that will be stored in the artifacts repository.


Endpoint Selection

This operation will select all available endpoints associated to the environment/instance.


Endpoint Execution (Keep one and edit if desired.)

This operation will execute on any one of the selected endpoints and will be random in the determination of which one.


Special Considerations

This operation requires that APEXExport command line utility is available on the endpoint.


  • No labels