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-replacecomparepairrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReplaceComparePairRequest",
  "title": "ReplaceComparePairRequest",
  "type": "object",
  "properties": {
    "sourceSchema": {
      "type": "string",
      "example": "example_value"
    },
    "sourceTable": {
      "type": "string",
      "example": "example_value"
    },
    "targetSchema": {
      "type": "string",
      "example": "example_value"
    },
    "targetTable": {
      "type": "string",
      "example": "example_value"
    },
    "profileId": {
      "type": "integer",
      "format": "int64",
      "example": "500123"
    }
  }
}