Applies to Oracle Data Integrator 12.2.1+ only.
...
Tip |
---|
Follow the instructions provided here to connect to Oracle Autonomous databases. |
...
Property Name | Property Code | Required | Description |
---|---|---|---|
ODI Home |
| Yes | Fully qualified path to the ODI installation directory. |
ODI JDBC Driver Path |
| Yes | Class path 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 User. |
ODI Work Repository |
| Yes | The name of the target ODI work repository. |
ODI Target Archive Type |
| Yes | Set the type of deployment archive to apply. Values are Derive, Design, and Runtime. Defaults to Derive which determines the type of archive to apply automatically. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Deployment Archive Name |
| No | The name of the Deployment Archive file. The plugin input will take precedence if provided. Ignored in Package-Based projects. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Deployment Archive Folder |
| No | The folder from which to source the archive file. Defaults to the artifacts directory if not provided. Ignored in Package-Based projects. |
Deployment Archive Name |
| No | The name of the Deployment Archive file. This value will override the project property and be used for every project. Ignored in Package-Based projects. |
Create Rollback Archive |
| No | If true, a rollback deployment archive will be created before applying the patch. The rollback deployment archive is created as rollback.zip in full deployment projects and <DEPLOY_ARCHIVE_NAME>-rollback.zip in Package-Based projects. The path to the rollback archive is returned as an output. |
Rollback Archive Storage Path |
| No | The absolute path where the generated rollback archive file will be stored. Defaults to reports folder of the endpoint working directory. |
Include Physical Topology |
| No | If true, all Physical Topology Data from the Deployment Archive will be imported into the target repository. |
Export Key |
| No | Export Key to be used to migrate cipher data in the Deployment Archive during apply. |
Apply Without Cipher Data |
| No | If true, any cipher data present in the Deployment Archive will be made null during apply. If false, the Export Key will be used to migrate the cipher data |
Tip |
---|
Properties & InputsThe properties and inputs for this operation are used according to the following rules:
|
Outputs
Output Name | Required | Description |
---|---|---|
| No | If Create Rollback Archive is true, then the fully qualified path of the generated rollback deployment archive file will be returned. In package-based deployment projects, If the package contains more than one patch archive, then a list of the fully qualified paths of the generated rollback deployment archive files will be returned. |
...