Oracle GoldenGate · JSON Structure

Oracle Goldengate Cloud Service Update Database Registration Details Structure

Type: object Properties: 6
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

UpdateDatabaseRegistrationDetails is a JSON Structure definition published by Oracle GoldenGate, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

displayName description fqdn username password connectionString

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UpdateDatabaseRegistrationDetails",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "fqdn": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "password": {
      "type": "string"
    },
    "connectionString": {
      "type": "string"
    }
  }
}