ENUM

OracleOsType

Description

Os type for Oracle host or RAC that the Oracle database is running on.

link GraphQL Schema definition

  • enum OracleOsType {
  • # Linux OS.
  • LINUX
  • # Undefined.
  • UNDEFINED
  • # Windows OS.
  • WINDOWS
  • }