Oracle GoldenGate · Schema

CreateDatabaseRegistrationDetails

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

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

JSON Schema

oracle-goldengate-cloud-service-create-database-registration-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}