Purpose
The V$OB_TENANT_MEMORY view displays the memory usage of each tenant in the current observer process.
Note
This view is introduced since OceanBase Database V4.0.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| TENANT_ID | NUMBER(38) | NO | The ID of the tenant. |
| SVR_IP | VARCHAR2(46) | NO | The IP address of the server. |
| SVR_PORT | NUMBER(38) | NO | The port number of the server. |
| HOLD | NUMBER(38) | NO | The memory used by the tenant. |
| FREE | NUMBER | NO | The memory available for the tenant. |