Overview
Oracle Integration Cloud (OIC) is Oracle's iPaaS – workflow integration + adapters + monitoring. The Automize OIC connector covers flows, connections, lookups, monitoring, schedules.
- Regions: OCI regions.
- Plans: Enterprise subscription.
Setting up the connection
Auth type: HTTP Basic.
- OIC admin → Service user with developer/admin role.
- In Automize → Settings → Connectors → Oracle Integration Cloud. Paste credentials + instance URL.
Find your credentials at https://docs.oracle.com/en/cloud/paas/integration-cloud/.
Rate limits
Per-instance.
Data model
Integration primitives:
Instance ─┬─ Flows (Integration / Process)
├─ Connections (adapter configs)
├─ Lookups (key-value reference data)
├─ Schedules
└─ Monitoring (run history)Available operations
18 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Activate Integration | General | Activate an integration |
| Create Connection | General | Create a new connection |
| Deactivate Integration | General | Deactivate an integration |
| Delete Connection | General | Delete a connection |
| Get Connection | General | Get connection details |
| Get Integration | General | Get integration details |
| Get Lookup | General | Get lookup details |
| Get Monitoring Instance | General | Get instance details |
| List Connections | General | List connections |
| List Integrations | General | List integration flows |
| List Lookups | General | List lookups |
| List Monitoring Errors | General | List integration errors |
| List Monitoring Instances | General | List integration instances |
| List Schedules | General | List integration schedules |
| Resubmit Instance | General | Resubmit a failed instance |
| Start Schedule | General | Start an integration schedule |
| Stop Schedule | General | Stop an integration schedule |
| Test Connection | General | Test a connection |
Operations
Activate Integration
Activate an integration
| Parameter | Required | Type | Description |
|---|---|---|---|
Integration Id integration_id | Yes | text | |
Version version | Yes | text |
Create Connection
Create a new connection
No input parameters.
Deactivate Integration
Deactivate an integration
| Parameter | Required | Type | Description |
|---|---|---|---|
Integration Id integration_id | Yes | text | |
Version version | Yes | text |
Delete Connection
Delete a connection
| Parameter | Required | Type | Description |
|---|---|---|---|
Connection Id connection_id | Yes | text |
Get Connection
Get connection details
| Parameter | Required | Type | Description |
|---|---|---|---|
Connection Id connection_id | Yes | text |
Get Integration
Get integration details
| Parameter | Required | Type | Description |
|---|---|---|---|
Integration Id integration_id | Yes | text | |
Version version | Yes | text |
Get Lookup
Get lookup details
| Parameter | Required | Type | Description |
|---|---|---|---|
Lookup Name lookup_name | Yes | text |
Get Monitoring Instance
Get instance details
| Parameter | Required | Type | Description |
|---|---|---|---|
Instance Id instance_id | Yes | text |
List Connections
List connections
No input parameters.
Tips
- Adapter connections – to ERP, HCM, third-party.
List Integrations
List integration flows
No input parameters.
List Lookups
List lookups
No input parameters.
List Monitoring Errors
List integration errors
No input parameters.
List Monitoring Instances
List integration instances
No input parameters.
List Schedules
List integration schedules
| Parameter | Required | Type | Description |
|---|---|---|---|
Integration Id integration_id | Yes | text | |
Version version | Yes | text |
Tips
- Active schedules + next-run times.
Resubmit Instance
Resubmit a failed instance
| Parameter | Required | Type | Description |
|---|---|---|---|
Instance Id instance_id | Yes | text |
Start Schedule
Start an integration schedule
| Parameter | Required | Type | Description |
|---|---|---|---|
Integration Id integration_id | Yes | text | |
Version version | Yes | text |
Stop Schedule
Stop an integration schedule
| Parameter | Required | Type | Description |
|---|---|---|---|
Integration Id integration_id | Yes | text | |
Version version | Yes | text |
Test Connection
Test a connection
| Parameter | Required | Type | Description |
|---|---|---|---|
Connection Id connection_id | Yes | text |
FAQ
- OIC Gen 2 vs Gen 3?
- Connector targets Gen 3 (current). Gen 2 is legacy – different API surface.