Purpose
v$tenant_memory_info displays the memory usage of each tenant in the current observer process.
Fields
Field |
Type |
Nullable? |
Description |
|---|---|---|---|
| TENANT_ID | BIGINT(20) | NO | The ID of the tenant. |
| HOLD | BIGINT(20) | NO | The memory used by the tenant. |
| FREE | BIGINT(21) | NO | The memory available for the tenant. |
