Executes a group of SQL files and copies "Other" files to specified destinations from a package created by the packageBuild (SqlPlus) operation. See the appendix for information about the project file attributes.
Please note that the statements in the SQL files must be delimited properly.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle Database User |
| Yes | The username that will be used to connect to the target Oracle Database. |
Oracle Database Password |
| Yes | The password for Oracle Database User. |
SQLPlus Path |
| No | Provide the sqlplus path (Required if sqlplus is not on PATH environment). ( Ex: /u01/install/APPS/apps/tech_st/10.1.2/bin/sqlplus) |
SQLPlus Source Script |
| No | Source Script with full path. (Ex: /u01/install/APPS/apps/apps_st/appl/oracle_config.env) |
Oracle SID |
| No | Provide the Oracle SID (optional if it is already set in the source script). |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
SQL Extension Order |
| 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 |
| No | When discovering or evaluating files, default the Retry Count to this. |
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 |
| No | When discovering or evaluating files, set the Ignore SQL Compilation Warning attribute to true for files with these extensions. |
SQL Property Replacement Default |
| No | When discovering or evaluating files, default Property Replacement to this. |
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 |
| 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) |
| No | User Profile (login.sql) is intended to allow users to specifically customize their session. |
Generate SQL Spool File |
| No | Check to generate report (Spool file) of SQL statement executions. |
Show DBMS Output |
| No | Print DBMS output in the log. |
Artifacts
This operation consumes packages of files created by the packageBuild(SqlPlus) operation.
Endpoint Selection
This operation delegates the selection to the workflow developer to determine.
Endpoint Execution
This operation will randomly execute on one of the endpoints identified during selection.
Special Considerations
See below for information about the project file attributes.
Supported Object Types
The SQL*Plus plugin partial deploy support allows for deploying File and Folder type objects. These links explain the three types and their attributes.