Oracle GoldenGate · Schema

CacheStatistics

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
processName string
cacheSize integer
cacheUsed integer
cacheHitRatio number
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-cache-statistics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CacheStatistics",
  "type": "object",
  "properties": {
    "processName": {
      "type": "string"
    },
    "cacheSize": {
      "type": "integer"
    },
    "cacheUsed": {
      "type": "integer"
    },
    "cacheHitRatio": {
      "type": "number"
    }
  }
}