Oracle GoldenGate · Example Payload

Oracle Goldengate Rest Database Statistics Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Rest Database Statistics Example is an example object payload from Oracle GoldenGate, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

processNametotalOperationsinsertsupdatesdeletestruncates

Example Payload

Raw ↑
{
  "processName": "example_value",
  "totalOperations": 10,
  "inserts": 10,
  "updates": 10,
  "deletes": 10,
  "truncates": 10
}