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 | NUMBER | NO | The ID of the tenant. |
| ID | NUMBER | NO | The ID of the column. |
| GROUP_ID | NUMBER | NO | The ID of the group to which the column belongs. Operators of the same type share the same group ID. |
| NAME | VARCHAR2(40) | NO | The name of the column. |
| DESCRIPTION | VARCHAR2(200) | NO | The detailed description of the column. |
| TYPE | NUMBER | NO | Reserved for future use. |
| FLAGS | NUMBER | NO | Reserved for future use. |