Oracle GoldenGate · JSON Structure

Oracle Goldengate Veridata Rest Compare Pair Structure

Type: object Properties: 8
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

ComparePair is a JSON Structure definition published by Oracle GoldenGate, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id groupId sourceSchema sourceTable targetSchema targetTable profileId columnMappings

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}