Re: Unable to connect and load data from Oracle, using Ignite V2.0

2017-05-27 Thread afedotov
Hi. Just in case, please try calling Class.forName ("oracle.jdbc.OracleDriver") or DriverManager.registerDriver (new oracle.jdbc.OracleDriver()) Kind regards, Alex. On Sat, May 27, 2017 at 5:18 PM, Pratham Joshi [via Apache Ignite Users] < ml+s70518n13182...@n6.nabble.com> wrote: > Thanks for

Re: Unable to connect and load data from Oracle, using Ignite V2.0

2017-05-27 Thread Pratham Joshi
Thanks for your reply @afedotov. I already have required jdbc jar file in my project's classpath. But still the error occurs. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Unable-to-connect-and-load-data-from-Oracle-using-Ignite-V2-0-tp13171p13182.html Sent

Re: Unable to connect and load data from Oracle, using Ignite V2.0

2017-05-27 Thread afedotov
Hello. Make sure you have a proper jar containing the driver on the classpath. The jar probably is something like ojdbc8.jar depending on the Oracle version you are using. Kind regards, Alex 26 мая 2017 г. 5:15 PM пользователь "Pratham Joshi [via Apache Ignite Users]"