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-updatedatabaseregistrationdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateDatabaseRegistrationDetails",
  "title": "UpdateDatabaseRegistrationDetails",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "example": "example_value"
    },
    "description": {
      "type": "string",
      "example": "A sample description."
    },
    "fqdn": {
      "type": "string",
      "example": "example_value"
    },
    "username": {
      "type": "string",
      "example": "example_value"
    },
    "password": {
      "type": "string",
      "format": "password",
      "example": "example_value"
    },
    "connectionString": {
      "type": "string",
      "example": "example_value"
    }
  }
}