I am trying out the input-jdbc plugin with Oracle ojdbc6.jar. However I am getting following error:
Error: oracle.jdbc.driver.OracleDriver not loaded. Are you sure you've included the correct jdbc driver in :jdbc_driver_library?
--debug flag did not reveal anything particular (http://pastebin.com/vA5XYp9J). I ran --configtest and returned OK.
Same machine I can compile and run a small JDBC test program just fine.
Is there any additional debug flag that will reveal what the issue is?