Oracle GoldenGate · Schema

UpdateDatabaseRegistrationDetails

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
displayName string
description string
fqdn string
username string
password string
connectionString string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-cloud-service-update-database-registration-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateDatabaseRegistrationDetails",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "fqdn": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "password": {
      "type": "string"
    },
    "connectionString": {
      "type": "string"
    }
  }
}