Oracle GoldenGate · Schema

WorkRequestSummary

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
id string
operationType string
status string
percentComplete number
timeAccepted string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-cloud-service-work-request-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WorkRequestSummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "operationType": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "percentComplete": {
      "type": "number"
    },
    "timeAccepted": {
      "type": "string"
    }
  }
}