Oracle GoldenGate · Schema

ReplaceComparePairRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
sourceSchema string
sourceTable string
targetSchema string
targetTable string
profileId integer
View JSON Schema on GitHub

JSON Schema

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