Oracle GoldenGate · Schema

CreateCredentialAliasRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
userid string Database user ID including connect string
password string Password for the user
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-create-credential-alias-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateCredentialAliasRequest",
  "type": "object",
  "properties": {
    "userid": {
      "type": "string",
      "description": "Database user ID including connect string"
    },
    "password": {
      "type": "string",
      "description": "Password for the user"
    }
  }
}