information_schema.GLOBAL_STATUS

2024-12-02 03:48:27  Updated

Purpose

The information_schema.GLOBAL_STATUS view displays the global status information about OceanBase Database.

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 corresponding to the global status.
VARIABLE_VALUE varchar(1024) YES The value of the variable corresponding to the global status.

Contact Us