Oracle GoldenGate · Schema

TrandataRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
operation string
name string Table or schema name
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-trandata-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TrandataRequest",
  "type": "object",
  "properties": {
    "operation": {
      "type": "string"
    },
    "name": {
      "type": "string",
      "description": "Table or schema name"
    }
  }
}