dpiPool_getMaxSessionsPerShard

Function dpiPool_getMaxSessionsPerShard 

Source
pub unsafe extern "C" fn dpiPool_getMaxSessionsPerShard(
    pool: *mut dpiPool,
    value: *mut u32,
) -> c_int
Expand description

Returns the maximum sessions per shard. This parameter is used for balancing shards.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.