Oracle GoldenGate · Schema

ColumnMapping

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
sourceColumn string
targetColumn string
dataType string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-columnmapping-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ColumnMapping",
  "title": "ColumnMapping",
  "type": "object",
  "properties": {
    "sourceColumn": {
      "type": "string",
      "example": "example_value"
    },
    "targetColumn": {
      "type": "string",
      "example": "example_value"
    },
    "dataType": {
      "type": "string",
      "example": "example_value"
    }
  }
}