Oracle GoldenGate · Schema

ComparePair

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
id integer
groupId integer
sourceSchema string
sourceTable string
targetSchema string
targetTable string
profileId integer
columnMappings array
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-veridata-rest-compare-pair-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ComparePair",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "groupId": {
      "type": "integer"
    },
    "sourceSchema": {
      "type": "string"
    },
    "sourceTable": {
      "type": "string"
    },
    "targetSchema": {
      "type": "string"
    },
    "targetTable": {
      "type": "string"
    },
    "profileId": {
      "type": "integer"
    },
    "columnMappings": {
      "type": "array"
    }
  }
}