TENANT_LIMIT_CONNECTIONS configuration parameter

The TENANT_LIMIT_CONNECTIONS configuration parameter specifies the maximum number of connections to a tenant database.

onconfig.std value
0 (off)
if not present
0 (off)
values
1 - 65536
takes effect
After you edit your onconfig file and restart the database server.

Usage

When the limit is reached, subsequent connection requests to the tenant database are rejected.

The tenant_limit_connections tenant database property set through the tenant create or tenant update SQL API command takes precedent over the TENANT_LIMIT_CONNECTIONS configuration parameter setting.