DB2 JDBC Connection fails using DataDirect
503317May 23 2006 — edited May 23 2006Hey Guys,
I am using Oracle's DataDirect jar files to connect to DB2. I am trying to create a database connection through JDeveloper using the Driver "com.oracle.ias.jdbc.db2.DB2Driver". I dont have any problem configuring the datasource but when I test the connection I get this error
**************************
[oias][DB2 JDBC Driver]Failed to access database MVSDB2T.[oias][DB2 JDBC Driver][DB2]Error occured with SQLCode -1334 with the following parameters: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null
**************
here is the URL string that I am using
jdbc:oracle:db2://s2im18:50000;DatabaseName=MVSDB2T
Can anybody please help me with this ?? I almost spent my two days finding the solution but no luck.
Thanks in advance.