JdbcFeeder SQLException

68 views
Skip to first unread message

Mac

unread,
Jun 1, 2016, 5:23:24 PM6/1/16
to Gatling User Group
I am getting exception error below  using JDBCFEEDER. I am using gatling-jdbc:2.0.0



Exception in thread "main" java.sql.SQLException: No suitable driver found for jdbc:oracle:thin:@iPadress:1234:DBsid
    at java.sql.DriverManager.getConnection(DriverManager.java:596)
    at java.sql.DriverManager.getConnection(DriverManager.java:215)
    at io.gatling.jdbc.feeder.JdbcFeederSource$.apply(JdbcFeederSource.scala:29)
    at io.gatling.jdbc.Predef$.jdbcFeeder(Predef.scala:24)



Here is my feeder code
val myfeeder = jdbcFeeder("jdbc:oracle:thin:@iPadress:1234:DBsid", "userName",  "password", "select Column1,Column2 from tableName;").queue

Reply all
Reply to author
Forward
0 new messages