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