Oracle GoldenGate · Schema

ProcessCommand

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
action string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-processcommand-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProcessCommand",
  "title": "ProcessCommand",
  "type": "object",
  "required": [
    "action"
  ],
  "properties": {
    "action": {
      "type": "string",
      "enum": [
        "start",
        "stop",
        "kill",
        "forcestop",
        "status",
        "stats"
      ],
      "example": "start"
    }
  }
}