Specifying Query Timeout

The adapter provides the query timeout function on all databases. When a database server is busy and the polling operation fails to be completed, the adapter returns an error instead of hanging.

For Publication Service, the adapter returns a null value in a polling operation and waits for the next polling operation. For Subscription Service, the adapter returns the connection dead error, and then reconnects to the database.