Oracle GoldenGate · Schema
Connection
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| displayName | string | |
| description | string | |
| compartmentId | string | |
| connectionType | string | |
| technologyType | string | |
| lifecycleState | string | |
| timeCreated | string | |
| timeUpdated | string | |
| freeformTags | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Connection",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"displayName": {
"type": "string"
},
"description": {
"type": "string"
},
"compartmentId": {
"type": "string"
},
"connectionType": {
"type": "string"
},
"technologyType": {
"type": "string"
},
"lifecycleState": {
"type": "string"
},
"timeCreated": {
"type": "string"
},
"timeUpdated": {
"type": "string"
},
"freeformTags": {
"type": "object"
}
}
}