Manage Oracle Integration Connections
These are the build steps you'll need to use to update an Oracle Integration connection's security and connection properties and upload a property attachment for a specific Oracle Integration connection. You can make updates to a connection's security and connection properties, agentGroupId, or to the securityPolicy property. Other properties are ignored. Supported security properties depend on the securityPolicy that is selected. The connection type determines which securityPolicy values are supported.
Step | Description | See this topic |
---|---|---|
Configure a build job to update an OIC connection's security and connection properties and more. | Creates and executes a job to:
|
Configure a Job to Update an Oracle Integration Connection |
Optional: Configure a build job to upload a property attachment for an OIC connection. | Creates and executes a job to upload an attachment (such as a ZIP or WSDL file) to a connection and associates the attachment with a specific connection property. This is how SOAP adapters are configured. | Configure a Job to Upload a Property Attachment for an Oracle Integration Connection |
Configure a Job to Update an Oracle Integration Connection
You can create and use job (or a build step) to update an Oracle Integration connection's security properties, connection properties, agentGroupId, or securityPolicy.
- In the
left navigator, click
Builds
.
- In the Jobs tab, click + Create Job.
- In the New Job dialog box, in Name, enter a unique name.
- In Description, enter the job's description.
- In Template, select the System Default OL7 for Visual Builder template.
- Click
Create.
The job configuration page is displayed.
- Click the Steps tab.
- From Add Step, select Oracle Integration, and then select Update Connection.
- In Target Instance , select the environment that points to the Oracle Integration instance with the connection details you want to modify.
- In the Authorization section, select Use OAuth (or Use Basic) to specify the type of authorization used to run this build step. OAuth is the only authentication method supported for Oracle Integration 3 instances.
-
If you selected Use OAuth, the
Authorization is required
message indicates that this build step needs to be authorized. Click Authorize and provide the credentials of a user who has permissions to perform Oracle Integration operations; you can also run the job manually and enter the credentials when prompted. Once authorized, theAuthorization has been provided
message displays.If the OAuth token used to authorize the connection expires during extended periods of inactivity (say, when you're away on vacation), you can click Renew Authorization to renew the token (or you can run the job manually, so you're prompted to authorize any expired OAuth tokens).
- If you selected Use Basic, in Username and Password, provide the credentials of a user who has permissions to perform Oracle Integration operations.
-
- In Identifier, select the identifier of the connection in the target Oracle Integration instance that you want to update.
You can also click Search
and open the Search Connections window to get a list of connections in your instance (if you used Basic authentication, you'll need to specify credentials to see this list), or narrow your search by entering a prefix in the Search field.
- In the Source section, select and
complete one of the following:
- Choose JSON file and, in JSON File Path, enter the path and the filename of the file containing updates to the connection details.
- Choose Inline JSON and enter the JSON updates directly in the text box.
- Click Save.
Configure a Job to Upload a Property Attachment for an Oracle Integration Connection
You can create and use a job (or a build step) to upload a property attachment (a zip or WSDL file) that updates a single property for an Oracle Integration connection.
- In the
left navigator, click
Builds
.
- In the Jobs tab, click + Create Job.
- In the New Job dialog box, in Name, enter a unique name.
- In Description, enter the job's description.
- In Template, select the System Default OL7 for Visual Builder template.
- Click Create.
The job configuration page is displayed.
- Click the Steps tab.
- From Add Step, select Oracle Integration, and then select Upload Connection Property Attachment.
- In Target Instance , select the environment that points to the Oracle Integration instance with the connection property you want to modify.
- In the Authorization section, select Use OAuth (or Use Basic) to specify the type of authorization used to run this build step. OAuth is the only authentication method supported for Oracle Integration 3 instances.
-
If you selected Use OAuth, the
Authorization is required
message indicates that this build step needs to be authorized. Click Authorize and provide the credentials of a user who has permissions to perform Oracle Integration operations; you can also run the job manually and enter the credentials when prompted. Once authorized, theAuthorization has been provided
message displays.If the OAuth token used to authorize the connection expires during extended periods of inactivity (say, when you're away on vacation), you can click Renew Authorization to renew the token (or you can run the job manually, so you're prompted to authorize any expired OAuth tokens).
- If you selected Use Basic, in Username and Password, provide the credentials of a user who has permissions to perform Oracle Integration operations.
-
- In Identifier, select the identifier of the connection in the target Oracle Integration instance to receive the file.
You can also click Search
and open the Search Connections window to get a list of connections in your instance (if you used Basic authentication, you'll need to specify credentials to see this list), or narrow your search by entering a prefix in the Search field.
- In Property Name, enter the name of the connection property to receive the file.
- In File Path, enter the name of the file to upload, such as a zip or WSDL file.
- If you're uploading a zip file, in Service WSDL, enter the file path for the WSDL file within the zip file.
- Click Save.