RTConnBalancing database parameter
Description
Supports the runtime
connection load balancing feature.
Controls
-
ORA Oracle 11g
Syntax
|
1 |
RTConnBalancing =<span>value</span> |
|
Parameter |
Description |
|---|---|
|
value |
Specifies whether the load balancing
|
Default
True, but this value is ignored if session pooling is not
set.
Usage
Runtime connection load balancing routs work requests to the
sessions in a session pool that best serve the work. Runtime connection
load balancing is enabled by default when an Oracle 11.1 or higher
client is connected to a release 10.2 or higher Oracle server using
OCI session pooling.
Examples
The following code disables the load balancing feature
in a session pool:
-
Database profile
Select Session Pooling from the Pooling Type drop–down
list on the Pooling page in the Database Profile Setup dialog box
and clear the Runtime Connection Load Balancing for Session Pooling
check box on the same page. -
Application
Type the following in code:
1my_trans.dbparm ="pooling='session',<br>   rtconnbalancing='No'"