Oracle ODI JDBC driver for SQL Server 2005 connection error -


i using oracle odi 11.1.1.7 version on windows 7 64bit machine. want connect sql server 2005 database using driver com.microsoft.sqlserver.jdbc.sqlserverdriver.

i have downloaded , installed microsoft drivers

  • microsoft jdbc driver 4.1 sql server

and

  • microsoft jdbc driver 4.0 sql server

but still have connection error:

odi-26039: connection failed

java.lang.runtimeexception: java.lang.illegalargumentexception: not load jdbc driver class [com.microsoft.sqlserver.jdbc.sqlserverdriver]

did else experience issue?

thank in advance.

kindly check url. need specific driver depending upon version of jdbc. need elaborate more on question.

https://msdn.microsoft.com/en-us/library/ms378422(v=sql.110).aspx


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -