Oracle GoldenGate · JSON Structure

Oracle Goldengate Cloud Service Create Database Registration Details Structure

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

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

Properties

displayName description compartmentId fqdn username password connectionString databaseId

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

JSON Structure

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