资 源 简 介
Simple JDBC client for quick and easy testing of JDBC connections using provided database drivers.
Maven repository
You can get the jar file from a maven repository:
https://jdbc-test-client.googlecode.com/svn/repo
Quick tutorial
Download jar file from Downloads tab
Run
java -jar jdbc-test-client-1.0.2.jar [user] [password] [url(jdbc:oracle:oci:@sid) or (jdbc:oracle:thin:@1.2.3.4:1521:sid)] [script_name] [outputfile]