Oracle GoldenGate · Schema
DatabaseRegistration
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| displayName | string | |
| description | string | |
| compartmentId | string | |
| databaseId | string | |
| connectionString | string | |
| username | string | |
| fqdn | string | |
| lifecycleState | string | |
| timeCreated | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DatabaseRegistration",
"title": "DatabaseRegistration",
"type": "object",
"properties": {
"id": {
"type": "string",
"example": "abc123"
},
"displayName": {
"type": "string",
"example": "example_value"
},
"description": {
"type": "string",
"example": "A sample description."
},
"compartmentId": {
"type": "string",
"example": "500123"
},
"databaseId": {
"type": "string",
"example": "500123"
},
"connectionString": {
"type": "string",
"example": "example_value"
},
"username": {
"type": "string",
"example": "example_value"
},
"fqdn": {
"type": "string",
"example": "example_value"
},
"lifecycleState": {
"type": "string",
"example": "example_value"
},
"timeCreated": {
"type": "string",
"format": "date-time",
"example": "2026-01-15T10:30:00Z"
}
}
}