DisableIsValidQuery

Default Value Data Type Required

False

Boolean

No

Description

This option specifies whether the connector submits a new database query when using the Connection.isValid() method to determine whether the database connection is active.

  • true: The connector does not submit a query when using Connection.isValid() to determine whether the database connection is active. This may cause the connector to incorrectly identify the database connection as active if the database server has shut down unexpectedly.
  • false: The connector submits a query when using Connection.isValid() to determine whether the database connection is active.