Note
This parameter is introduced in ODP V4.3.5.
Description
session_pool_thread_num sets the number of threads that handle session pool events triggered by pooled sessions.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Integer |
| Default value | 1 |
| Value range | [1, 128] |
| Effective only after ODP restart | Yes |
Examples
Run the following command to use four threads:
obclient> alter proxyconfig set session_pool_thread_num= 4;
