Oracle GoldenGate · Schema

ReplicatStatistics

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
processName string
totalOperations integer
inserts integer
updates integer
deletes integer
handlerStatistics object
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-big-data-rest-replicat-statistics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReplicatStatistics",
  "type": "object",
  "properties": {
    "processName": {
      "type": "string"
    },
    "totalOperations": {
      "type": "integer"
    },
    "inserts": {
      "type": "integer"
    },
    "updates": {
      "type": "integer"
    },
    "deletes": {
      "type": "integer"
    },
    "handlerStatistics": {
      "type": "object"
    }
  }
}