information_schema.GLOBAL_VARIABLES

2025-11-19 10:08:13  Updated

Purpose

The information_schema.GLOBAL_VARIABLES view displays the information about global variables.

Note

This view was introduced in 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.

Contact Us