Oracle GoldenGate · Schema

ChangeCompartmentDetails

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
compartmentId string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-cloud-service-change-compartment-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ChangeCompartmentDetails",
  "type": "object",
  "properties": {
    "compartmentId": {
      "type": "string"
    }
  }
}