Oracle GoldenGate · Schema

TrandataResponse

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
result string
message string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-trandataresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TrandataResponse",
  "title": "TrandataResponse",
  "type": "object",
  "properties": {
    "result": {
      "type": "string",
      "example": "example_value"
    },
    "message": {
      "type": "string",
      "example": "example_value"
    }
  }
}