Oracle Database · Schema

SessionLockList

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
items array
View JSON Schema on GitHub

JSON Schema

oracle-database-sessionlocklist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SessionLockList",
  "title": "SessionLockList",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "sid": {
            "type": "integer"
          },
          "type": {
            "type": "string"
          },
          "mode_held": {
            "type": "string"
          },
          "mode_requested": {
            "type": "string"
          },
          "block": {
            "type": "integer"
          }
        }
      }
    }
  }
}