Oracle GoldenGate · JSON Structure

Oracle Goldengate Cloud Service Upgrade Deployment Details Structure

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

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

Properties

type oggVersion

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UpgradeDeploymentDetails",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "oggVersion": {
      "type": "string"
    }
  }
}