compileInvalidSqls(SQLcl)
Recompiles all invalid objects in a supplied schema. This operation will only run if invalid objects are found. The operation returns various outputs to indicate invalid object count (before and after) and a number of objects recompiled.
This is only supported for the 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. |
Oracle Database URL |
| Yes | JDBC URL for Oracle database. For example:
|
Oracle SQLcl Home |
| Yes | Folder where SQLcl is installed. ( Ex: Make sure that the endpoint Java Home is a high enough version for your SQLcl version. |
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