Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Deploys an Oracle APEX application (produced by a build workflow using the buildAPEX plugin operation) to a target database.  This operation manages deployment of builds produced by both the Full Deployment and Partial Deployment models. 

...

FDORA

Property Name

Property Code

Required

Description

Oracle Database SQLcl HomeFDAPEXFD_ORACLE_DBSQLCL_HOMEYes

Oracle Database Home for example : /u01/app/oracle/product/11.2.0/dbhome_1

Oracle Database User*Folder where SQLcl is installed.
APEX UserFDAPEX_USERYesThe username that will be used to connect to the target Oracle Database.Oracle Database PasswordFDORA*Provide database user APEX_xxxxx or owner (parsing schema) of the application for export and import operations. You can use system user as well.
APEX PasswordFDAPEX_PASSWORDYes*The password Password for Oracle Database APEX User.  
APEX Oracle SIDDatabase URLFDAPEXFDORA_ORACLE_SIDURLYesThe SID of the database that will be deployed to.
Oracle TNS_ADMINFDORA_TNS_ADMINNo

Value for TNS_ADMIN environment variable if ora files are in non standard location.

Example - /u01/app/oracle/product/11.2.0/dbhome_1/network/admin

Apex Source ScriptFDAPEX_SOURCE_SCRIPTNo

Use this script to configure any environment variables required for executing the sqlplus client.

*

JDBC URL for Oracle database. For example:

  • jdbc:oracle:thin:@HOSTNAME:PORT:SID or
  • jdbc:oracle:thin:@//HOSTNAME:PORT/SERVICENAME

Project Properties

Property Name

Property Code

Required

Description

APEX Workspace Name

FDAPEX_WORKSPACE_NAME

NoYes

The name of the workspace to deploy the application to. Provide uppercase name.  Required if application id not provided.

APEX Application Id
FDAPEX_APPLICATION_ID
NoIdentifying number of application.  If not specified, workspace name and application name must be provided.
APEX Application Name
FDAPEX_APPLICATION_NAME
NoThe name of the application to deploy.  Required if application id not provided.
APEX SQL FilesApplication AliasFDAPEX_SQL_FILESNoComma separated list of SQL files to be executed during deployment, they will be executed based on the order in the list. If the SQL files are not provided, the plugin will execute all SQL files in the artifacts folder. The path is relative to the temp folder or can be fully qualified. This list should NOT contain spaces.ALIASNoAPEX alphanumeric identifier unique within a workspace and page. If alias is not provided APEX Application Id will be used
APEX Offset value
FDAPEX_OFFSET
NoThe offset value during application import. This value is used to ensure that the metadata for the Application Express application definition does not collide with other metadata on the instance.
Use APEX Offset
FDAPEX_USE_OFFSET
NoDetermines if the plugin will attempt to set the Offset.
Database Schema
FDAPEX_DB_SCHEMA
NoUsed to set the parsing (owner) schema of the APEX application. Provide uppercase schema name.
APEX Application Alias
FDAPEX_ALIAS
NoAPEX alphanumeric identifier unique within a workspace and page. If alias is not provided APEX Application Id will be used

Inputs

Input Name

Input Code

Required

Description





...