Oracle GoldenGate · Schema

ExecuteCommandRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
command string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-executecommandrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExecuteCommandRequest",
  "title": "ExecuteCommandRequest",
  "type": "object",
  "required": [
    "command"
  ],
  "properties": {
    "command": {
      "type": "string",
      "example": "example_value"
    }
  }
}