Does anyone know an good way to debug jdbc requests? I spent a couple
of hours yesterday chasing an sql error that looked like a connection
problem in the jmeter log but was really a problem with the syntax of a
jdbc request. I had 2 jdbc requests (in separate threads). The second
request had a problem. Even thought the first request was correct is
still did seem to run (it's output file was empty). When I fixed the
second request everything worked fine. I tried setting
log_level.jmeter.protocol.jdbc=DEBUG in jmeter.properties but that did
not seem to help. Is there any way to see the actual sql being sent?
Thanks,
Kathy