You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2017/01/24 18:40:59 UTC

[Bug 60635] JDBC DB2 Connectivity : Query gives an error

https://bz.apache.org/bugzilla/show_bug.cgi?id=60635

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
Bugzilla is not a support forum.

You have to adapt the validation query to your db. For db2 it might be "select
1 from sysibm.sysdummy1" (found on
http://stackoverflow.com/questions/10684244/dbcp-validationquery-for-different-databases)

With JMeter 3.1 you can leave the field for the validation query empty. The
jdbc method "isValid()" will be used for the validation.

-- 
You are receiving this mail because:
You are the assignee for the bug.