Oracle GoldenGate · Schema

CreateReplicatRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
type string
trail string
begin string
config array
checkpointTable string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-big-data-rest-create-replicat-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateReplicatRequest",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "trail": {
      "type": "string"
    },
    "begin": {
      "type": "string"
    },
    "config": {
      "type": "array"
    },
    "checkpointTable": {
      "type": "string"
    }
  }
}