Feature
TENANT_VIRTUAL_GLOBAL_VARIABLE provides information about global variables.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only MySQL mode.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| VARIABLE_NAME | VARCHAR2(128) | NO | The name of the variable. |
| VALUE | VARCHAR2(65536) | YES | The value of the variable. |