Oracle GoldenGate · JSON Structure

Oracle Goldengate Rest Database Statistics Structure

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

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

Properties

processName totalOperations inserts updates deletes truncates

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DatabaseStatistics",
  "type": "object",
  "properties": {
    "processName": {
      "type": "string"
    },
    "totalOperations": {
      "type": "integer"
    },
    "inserts": {
      "type": "integer"
    },
    "updates": {
      "type": "integer"
    },
    "deletes": {
      "type": "integer"
    },
    "truncates": {
      "type": "integer"
    }
  }
}