V$SQL_MONITOR_STATNAME

2023-12-08 07:13:36  Updated

Purpose

The V$SQL_MONITOR_STATNAME view displays the numbers in the OTHERSTAT_X_ID column of the GV$SQL_PLAN_MONITOR view.

Note

This view is introduced since OceanBase Database V2.2.77.

Columns

Column Type Nullable? Description
CON_ID null NO The ID of the tenant.
ID bigint(20) NO The column ID.
GROUP_ID bigint(20) NO The ID of the group to which the column belongs. Operators of the same type share the same group ID.
NAME varchar(40) NO The column name.
DESCRIPTION varchar(200) NO The detailed description of the column.
TYPE bigint(20) NO Reserved for future use.
FLAGS bigint(1) NO Reserved for future use.

Contact Us