Note
This view is available starting with V4.4.1.
Purpose
This view displays the usage of the HMS Catalog client for the current tenant.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| SVR_IP | VARCHAR2(46) | NO | The IP address of the node where the replica resides. |
| SVR_PORT | NUMBER(38) | NO | The port of the node where the replica resides. |
| TENANT_ID | NUMBER(38) | NO | The tenant ID. Valid values:
|
| CATALOG_ID | NUMBER(38) | NO | The ID of a catalog under the current tenant. |
| TOTAL_CLIENTS | NUMBER(38) | NO | The total number of clients created for the catalog under the current tenant. |
| IN_USE_CLIENTS | NUMBER(38) | NO | The number of clients currently in use for the catalog under the current tenant. |
| IDLE_CLIENTS | NUMBER(38) | NO | The number of idle clients for the catalog under the current tenant. |