Oracle GoldenGate · Schema

CredentialAlias

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
domain string
alias string
userid string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-credentialalias-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CredentialAlias",
  "title": "CredentialAlias",
  "type": "object",
  "properties": {
    "domain": {
      "type": "string",
      "example": "example_value"
    },
    "alias": {
      "type": "string",
      "example": "example_value"
    },
    "userid": {
      "type": "string",
      "example": "500123"
    }
  }
}