Oracle GoldenGate · Schema

CreateReplicatRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
type string
description string
trail string Source trail file prefix
checkpointTable string Checkpoint table in format schema.table
begin string
config array Parameter file content
credentials object
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-create-replicat-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateReplicatRequest",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "trail": {
      "type": "string",
      "description": "Source trail file prefix"
    },
    "checkpointTable": {
      "type": "string",
      "description": "Checkpoint table in format schema.table"
    },
    "begin": {
      "type": "string"
    },
    "config": {
      "type": "array",
      "description": "Parameter file content"
    },
    "credentials": {
      "type": "object"
    }
  }
}