Oracle GoldenGate · Schema

JobExecution

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
runId integer
jobId integer
status string
startTime string
endTime string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-veridata-rest-job-execution-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "JobExecution",
  "type": "object",
  "properties": {
    "runId": {
      "type": "integer"
    },
    "jobId": {
      "type": "integer"
    },
    "status": {
      "type": "string"
    },
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    }
  }
}