Oracle GoldenGate · Schema

ChangeCompartmentDetails

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
compartmentId string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-changecompartmentdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChangeCompartmentDetails",
  "title": "ChangeCompartmentDetails",
  "type": "object",
  "required": [
    "compartmentId"
  ],
  "properties": {
    "compartmentId": {
      "type": "string",
      "example": "500123"
    }
  }
}