Purpose
V$TENANT_MEMORY_INFO displays the memory usage of each tenant in the current observer process.
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| CON_ID | NUMBER(38) | NO | The ID of the tenant. |
| HOLD | NUMBER(38) | NO | The memory used by the tenant. |
| FREE | NUMBER | NO | The memory available for the tenant. |