Executes a group of sql files and copies "Other" files to specified destinations from a package created by the partialJdbcBuild operation.
...
Property Name | Property Code | Required | Description |
---|---|---|---|
JDBC URL |
| Yes | The JDBC URL of the database. |
JDBC User |
| No | The username that will be used to connect with. |
JDBC Password |
| No | The password of the username. |
JDBC Driver Path |
| Yes | Classpath for locating the JDBC Driver (e.g. for Weblogic - |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Ignore Failure Default | FDJDBC_IGNORE_FAILURE_DEFAULT | No | When populating or evaluating files, set the Ignore SQL Compilation Errors attribute to true for files with these extensions (e.g. .tbl,.idx). This property sets the default attribute value for populated project files, and does not impact the deployment behavior of existing project files (unless explicitly re-evaluated to pick up the default). |
FDJDBC_IGNORE_COM_ERR_EXT_DEF | No | When populating or evaluating files, set Ignore Failure to true for files with these extensions (.pks, .pkb). This property sets the default attribute value for populated project files, and does not impact the deployment behavior of existing project files (unless explicitly re-evaluated to pick up the default). | |
Property Replacement Default | FDJDBC_PROPERTY_REPLACEMENT_DEFAULT | No | When populating or evaluating files, default Property Replacement to this. This property sets the default attribute value for populated project files, and does not impact the deployment behavior of existing project files (unless explicitly re-evaluated to pick up the default). |
SQL Root Target Folder | FDJDBC_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 | FDJDBC_OTHER_ROOT_TARGET_FOLDER | No | The path to store the delivered Other files. Leave blank to store them in the FD_TEMP_DIR. |
Retry Count Default | FDJDBC_RETRY_COUNT_DEFAULT | No | When populating or evaluating files, default the Retry Count to this. the specified value (0-5). This property sets the default attribute value for populated project files, and does not impact the deployment behavior of existing project files (unless explicitly re-evaluated to pick up the default). |
SQL Extension Order | FDJDBC_SQL_EXTENSIONS | No | The order of sql extensions that you want to use when populating and sorting files. Files should be sorted as needed at or before build time. Defaults to "seq,tbl,idx,typ,tps,tpb,sql,pkh,plb,pks,pkb,pls,pck,fnc,trg,spc,bdy,prc" |
Project File Includes | FD_PARTIAL_FILE_INCLUDES | No | Controls files included in Project Files during populate. Enter expressions separated by ##. Leave empty to select all files. Begin or end the expression with * for simple wildcards. Otherwise, regex is used . (e.g. /java/*##*.java##*person*##/java/.*[tT]est.*\.java). |
Project File Excludes | FD_PARTIAL_FILE_EXCLUDES | No | Controls files excluded from Project Files during populate. Enter expressions separated by ##. Leave empty to select all files. Begin or end the expression with * for simple wildcards. Otherwise, regex is used . (e.g. /java/*##*.java##*person*##/java/.*[tT]est.*\.java) |
...
. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Run Destructive |
| No | This option allows destructive statements to be run. See Special Considerations below. |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation consumes packages of files created by the partialJdbcBuild operation.
...