compileInvalidSqls(SqlPlus)
Recompiles all invalid objects in a supplied schema. This operation will only run if invalid objects are found. Operation returns various outputs to indicate invalid object count (before and after) and number of objects recompiled.
This is only supported for Oracle Database.
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: |
SQLPlus Source Script |
| No | Source Script with full path. (Ex: |
Oracle SID |
| No | Provide the Oracle SID (optional if it is already set in the source script). |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Schema Name(s) |
| Yes | Comma separated list of schema where objects will be compiled. |
User |
| No | The username that will be used to connect with. This input takes precedence over the target scoped |
Password |
| No | The password for |
Outputs
Output Name | Description |
---|---|
| Invalid object count before execution. |
| Invalid object count after execution. |
| Invalid object Names after execution |
Artifacts
This operation does not produce or consume artifacts.
Endpoint Selection
This operation will select all available endpoints associated to the Target.
Endpoint Execution
This operation will randomly execute on one of the endpoint identified during selection.
Â
- style