Overview
v$memory displays the tenant-level memory statistics.
Related tables/views
gv$memory
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | BIGINT(20) | No | The ID of the tenant. |
| CONTEXT | varchar(256) | No | The name of the module to which the memory belongs. |
| 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 in bytes of memory being used by the module. |
| 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. |