Purpose
GV$MEMORY displays the memory usage of each tenant on all OBServer nodes.
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| CON_ID | NUMBER(38) | NO | The ID of the tenant. |
| SVR_IP | VARCHAR2(32) | NO | The IP address of the server. |
| SVR_PORT | NUMBER(38) | NO | The port number of the server. |
| CONTEXT | VARCHAR2(256) | NO | The name of the memory module. |
| COUNT | decimal(20, 0) | 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. |
| USED | decimal(20, 0) | NO | The size of memory being used by this module, in bytes. |
| ALLOC_COUNT | decimal(20, 0) | NO | The total number of allocated memory units. |
| FREE_COUNT | decimal(20, 0) | NO | The total number of released memory units. |