How to speed up the connect string getting
Our ldap.ora setting has four servers to use OUD 11.1.2.3.0.
The contents on ldap.ora like this below:
DIRECTORY_SERVERS= (oud1:1389:1636,oud2:1389:1636,oud3:1389:1636,oud4:1389:1636)
DEFAULT_ADMIN_CONTEXT = "dc=prod,dc=com,dc=ca"
DIRECTORY_SERVER_TYPE = OID
If the oud service is stopped on server 'oud1' even though the server is up, the client still wait 15 seconds to search next server 'oud2' to get connection string. If the OUD on second server stopped, then after another 15 seconds it tries the third server and so on...
Is there any parameters or configurations to decrease the time-out from 15 seconds to some value?