...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
Applies to Oracle Data Integrator 12.2.1+ only.
Applies a Patch Deployment Archive file generated from an ODI Repostory or Version Control System (VCS) Tag.
Note | ||
---|---|---|
| ||
The implementation currently does not support the following:
|
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
ODI Home |
| Yes | Fully qualified path to the ODI installation directory. |
ODI JDBC Driver Path |
| Yes | Classpath for locating the JDBC Driver. |
ODI JDBC URL |
| Yes | JDBC Connect String for the ODI Master/Work repositories. |
ODI JDBC Driver |
| Yes | JDBC Driver to use for connecting to the ODI Master/Work repositories. |
ODI Master User |
| Yes | Database schema owner of the ODI Master repository. |
ODI Master Password |
| Yes | Database password for ODI Master User. |
ODI User |
| Yes | User to connect to ODI instance with (must have |
ODI Password |
| Yes | Password for |
ODI Work Repository |
| Yes | The name of the target ODI work repository. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Deployment Archive Name | FDODI_DEPLOY_ARCHIVE_NAME | No | The name of the Deployment Archive file. The plugin input will take precedence if provided. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Deployment Archive Folder | FDODI_INP_DEPLOY_ARCHIVE_FOLDER | No | The folder from which to source the archive file. Defaults to the artifacts directory if not provided. |
Deployment Archive Name | FDODI_INP_DEPLOY_ARCHIVE_NAME | No | The name of the Deployment Archive file. This value will override the project property, and be used for every project. |
Create Rollback Archive | FDODI_INP_CREATE_ROLLBACK_ARCHIVE | No | If true, rollback deployment archive will be created before applying the patch. The rollback deployment archive is created as <FD_TEMP_DIR>/rollback.zip, and is returned as an output from this operation. @since 5.2.0.1 |
Include Physical Topology | FDODI_INP_INCLUDE_PHYS_TOPOLOGY | No | If true, all Physical Topology Data from the Deployment Archive will be imported into the target repository. @since 5.2.0.1 |
Tip | ||
---|---|---|
| ||
The properties and inputs for this operation are used according to the following rules:
|
Outputs
Output Name | Required | Description |
---|---|---|
FDODI_OUT_ROLLBACK_ARCHIVE | No | If Create Rollback Archive is true, then the fully-qualified path of the generated rollback deployment archive file will be returned. @since 5.2.0.1 |
Artifacts
This operation consumes the artifacts produced from a build workflow.
Endpoint Selection
This operation will select all available endpoints associated to the environment/instance.
Endpoint Execution
This operation will randomly execute on one of the endpoints identified during selection.
Special Considerations
This operation is available for Oracle Data Integrator 12.2.1+ only.