Oracle GoldenGate · Schema

ValidateDatabaseRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
host string
port integer
databaseType string
serviceName string
username string
password string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-veridata-rest-validate-database-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ValidateDatabaseRequest",
  "type": "object",
  "properties": {
    "host": {
      "type": "string"
    },
    "port": {
      "type": "integer"
    },
    "databaseType": {
      "type": "string"
    },
    "serviceName": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "password": {
      "type": "string"
    }
  }
}