Oracle GoldenGate · Schema

DataStreamSummary

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
name string Data stream name
status string Stream status
source string Source trail or extract
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-data-streams-rest-data-stream-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DataStreamSummary",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Data stream name"
    },
    "status": {
      "type": "string",
      "description": "Stream status"
    },
    "source": {
      "type": "string",
      "description": "Source trail or extract"
    }
  }
}