开发者

JMeter JDBC Response message: java.sql.SQLException: No suitable driver found for jdbc:oracle:

When 开发者_Python百科I connect the database with JDBC i get this:

[StatAggResultCollector] Test Started, host: *local*
[StatAggResultCollector] Test Ended, host: *local*

in response message I get:

java.sql.SQLException: No suitable driver found for jdbc:oracle:..

Any solution?

Is this from jdbc driver or from configuration?


Looks like JMeter cannot find the Oracle driver.

Have you put the ojdbc14.jar or classes12.zip (which contains Oracle drivers) file in the JMETER/lib directory


For Oracle database 9 and 10 use ojdbc14.jar for Oracle database 11 use ojdbc5.jar if you use java 1.5 or ojdbc6.jar if you use java 1.6. Check java version in jmeter.bat file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜