Oracle GoldenGate · JSON Structure

Oracle Goldengate Cloud Service Database Registration Structure

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

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

Properties

id displayName description compartmentId databaseId connectionString username fqdn lifecycleState timeCreated

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

JSON Structure

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