DBTester
Posted by windli on July 29, 2011 at 11:51 AM PDT
Summary
This is a small tool to allow java developers to test different sql queries on database. With the abilities run different sqls with different variable bindings for some times, especially binding a list to in clause parameter.
DBAs have their powerful sqlpus tools. But they are not run same as the java developers do. This tool can output the execution times, and/or output the results.
This will help java developers on tuning the sql performance.
Parent project
no parent
Community:
»
- 110 reads



