LDAPQueryTimeout
- Last Updated: August 4, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Database 6.0
- Documentation
Purpose
Sets the default query timeout (in seconds) for queries executed by the driver for fetching connection information from the LDAP server.
Valid values
0 |
x
where:
- x
- is a number of seconds.
Behavior
If set to 0, the default query timeout is infinite (the query does not
time out).
If set to x, the driver uses the value as the default timeout for any query that is executed by the driver for fetching information from the LDAP server.
Data source method
setLDAPQueryTimeout
Default
0
Data type
int