Oracle GoldenGate · Schema

ExtractTrailList

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
extracts array
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-extracttraillist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExtractTrailList",
  "title": "ExtractTrailList",
  "type": "object",
  "properties": {
    "extracts": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "extractName": {
            "type": "string"
          },
          "trail": {
            "type": "string"
          },
          "trailPath": {
            "type": "string"
          }
        }
      },
      "example": []
    }
  }
}