Purpose
V$MEMORY displays the tenant-level memory statistics.
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| CON_ID | NUMBER(38) | NO | The ID of the tenant. |
| CONTEXT | 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. |
| USED | NUMBER | NO | The size of memory used by this module, in bytes. |
| ALLOC_COUNT | NUMBER | NO | The total number of allocated memory units. |
| FREE_COUNT | NUMBER | NO | The total number of released memory units. |