Oracle GoldenGate · Example Payload

Oracle Goldengate Veridata Rest Compare Pair Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

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

Top-level fields

idgroupIdsourceSchemasourceTabletargetSchematargetTableprofileIdcolumnMappings

Example Payload

Raw ↑
{
  "id": "abc123",
  "groupId": "500123",
  "sourceSchema": "example_value",
  "sourceTable": "example_value",
  "targetSchema": "example_value",
  "targetTable": "example_value",
  "profileId": "500123",
  "columnMappings": []
}