Versions Compared

Key

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

...

Property Name

Property Code

Required

Description

SQL Extension Order

FDSQLPLUS_SQL_EXTENSIONS

No

List SQL file extensions in desired order. Will be used for discover and sort. Files with these extensions will discover as type DB Object.

SQL Retry Count Default

FDSQLPLUS_RETRY_COUNT_DEFAULT

No

When discovering or evaluating files, default the Retry Count to this.

Stop On Deployment Error

FDSQLPLUS_STOP_ON_DEPLOYMENT_ERROR

No

Stop deploying package files if any error occurs. If unchecked all files will be deployed even if one or more files fails. This is for package operations only.

SQL Ignore Compile Warning Extensions

FDSQLPLUS_IGNORE_COM_ERR_EXT_DEF

No

When discovering or evaluating files, set the Ignore SQL Compilation Warning attribute to true for files with these extensions.

SQL Property Replacement Default

FDSQLPLUS_PROPERTY_REPLACEMENT_DEFAULT

No

When discovering or evaluating files, default Property Replacement to this.

SQL Root Target Folder

FDSQLPLUS_SQL_ROOT_TARGET_FOLDER

No

The path to store the delivered Sql files. Sql files will be run from here. Leave blank to run them from the FD_TEMP_DIR.

Other Root Target Folder

FDSQLPLUS_OTHER_ROOT_TARGET_FOLDER

No

The path to store the delivered Other files. Leave blank to store them in the FD_TEMP_DIR.

Inputs

Input Name

Input Code

Required

Description

User Profile (login.sql)

FDSQLPLUS_INP_LOGIN_SQL_FILE

No

User Profile (login.sql) is intended to allow users to specifically customize their session.

(see the Special considerations section for examples)

Generate SQL Spool File

FDSQLPLUS_INP_GENERATE_SPOOL_FILE

No

Check to generate report (Spool file) of SQL statement executions.

Show DBMS Output

FDSQLPLUS_INP_SHOW_DBMS_OUT

No

Check to print DBMS output in the log.

...