Oracle Database · Schema

Database

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
id string
compartmentId string
dbName string
dbUniqueName string
dbHomeId string
dbSystemId string
lifecycleState string
characterSet string
ncharacterSet string
pdbName string
timeCreated string
View JSON Schema on GitHub

JSON Schema

oracle-database-database-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Database",
  "title": "Database",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "compartmentId": {
      "type": "string"
    },
    "dbName": {
      "type": "string"
    },
    "dbUniqueName": {
      "type": "string"
    },
    "dbHomeId": {
      "type": "string"
    },
    "dbSystemId": {
      "type": "string"
    },
    "lifecycleState": {
      "type": "string"
    },
    "characterSet": {
      "type": "string"
    },
    "ncharacterSet": {
      "type": "string"
    },
    "pdbName": {
      "type": "string"
    },
    "timeCreated": {
      "type": "string",
      "format": "date-time"
    }
  }
}