Timeout properties
- Last Updated: October 31, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Database 6.0
- Documentation
The following table summarizes timeout connection properties.
| Property | Characteristic |
|---|---|
| Determines whether a cancel request that is
sent by the driver as the result of a query timing out is subject to
the same query timeout value as the statement it cancels. If set to If set to The default is
|
|
| Specifies the amount of time, in seconds, that
the driver waits for a connection to be established before timing
out the connection request. If set to If set to x, the driver waits for the specified number of seconds before returning control to the application and throwing a timeout exception. The default is |
|
| Sets the default query timeout (in seconds)
for all statements created by a connection. If
set to If set to
If set to x, the driver uses the value as the default timeout for any statement that is created by the connection. The default is |