Purpose
The information_schema.SESSION_STATUS view displays the session status information, such as the number of active connections and the database active duration (uptime).
Note
This view was introduced in OceanBase Database V1.4.
Columns
Column |
Type |
Nullable? |
Description |
|---|---|---|---|
| VARIABLE_NAME | varchar(128) | NO | The name of the session status variable. |
| VARIABLE_VALUE | varchar(1024) | YES | The value of the session status variable. |
