Purpose
v$memory displays the memory statistics at the tenant level.
Related tables/views
gv$memory
Fields
| Field | 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 memory spaces that are allocated and released. That is, the number of memory units used by the 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 memory units allocated to the module. |
| FREE_COUNT | decimal(20,0) | NO | The total number of memory units released by the module. |