Purpose
The V$OB_MEMORY view displays the tenant-level memory statistics.
Note
This view is introduced since OceanBase Database V4.0.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| CON_ID | NUMBER(38) | NO | The ID of the tenant. |
| SVR_IP | VARCHAR2(46) | NO | The IP address of the server. |
| SVR_PORT | NUMBER(38) | NO | The port number of the server. |
| CTX_NAME | VARCHAR2(256) | NO | The CTX name of the memory. |
| MOD_NAME | VARCHAR2(256) | NO | The name of the module to which the memory belongs. |
| COUNT | NUMBER | NO | The difference between the allocated memory units and the released memory units, that is, the number of memory units being used by this module. |
| HOLD | NUMBER | NO | The memory size currently occupied by the module. |
| USED | NUMBER | NO | The size in bytes of memory being used by the module. |