Purpose
The information_schema.GLOBAL_VARIABLES view provides information about global variables.
Note
This view is introduced since OceanBase Database V1.4.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| VARIABLE_NAME | varchar(128) | NO | The name of the variable. |
| VARIABLE_VALUE | varchar(65536) | YES | The value of the variable. |