Oracle GoldenGate · Schema

RepairReport

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
runId integer
startTime string
endTime string
totalRows integer
repairedRows integer
failedRows integer
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-veridata-rest-repair-report-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RepairReport",
  "type": "object",
  "properties": {
    "runId": {
      "type": "integer"
    },
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "totalRows": {
      "type": "integer"
    },
    "repairedRows": {
      "type": "integer"
    },
    "failedRows": {
      "type": "integer"
    }
  }
}