Oracle GoldenGate · Schema
Replicat
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Replicat process name |
| type | string | |
| status | string | |
| trail | string | Source trail file |
| handler | string | Big data handler type |
| config | array | Parameter file content including handler configuration |
| handlerProperties | string | Path to handler properties file |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Replicat",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Replicat process name"
},
"type": {
"type": "string"
},
"status": {
"type": "string"
},
"trail": {
"type": "string",
"description": "Source trail file"
},
"handler": {
"type": "string",
"description": "Big data handler type"
},
"config": {
"type": "array",
"description": "Parameter file content including handler configuration"
},
"handlerProperties": {
"type": "string",
"description": "Path to handler properties file"
}
}
}