Oracle GoldenGate · Schema

MappingRulesRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
sourceSchemaPattern string
targetSchemaPattern string
tablePattern string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-mappingrulesrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MappingRulesRequest",
  "title": "MappingRulesRequest",
  "type": "object",
  "properties": {
    "sourceSchemaPattern": {
      "type": "string",
      "example": "example_value"
    },
    "targetSchemaPattern": {
      "type": "string",
      "example": "example_value"
    },
    "tablePattern": {
      "type": "string",
      "example": "example_value"
    }
  }
}