cancel
Showing results for 
Search instead for 
Did you mean: 

Which DB(all DBs like MSSQL, DB2 ORACLE) versions does JDBC supports

chitti_prakash
Employee
Employee
0 Kudos

Hi All,

Here I would like to know what all the DB versions does JDBC supports in 3.0,7.0,7.01,7.02 of PI.

For eg. If we are trying to connect to ORACLE DB using JDBC adapter what are the basic requirements like,

Driver Name : oracle.jdbc.driver.OracleDriver

URL : jdbc:oracle:<drivertype>:<username/password>@<database>

JDK Version : ?

JDBC complaint : ?

Like this I need for all the DBs ( ORACLE,DB2,MSSQL,)

Please do the needful.

Regards,

Soorya

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos
chitti_prakash
Employee
Employee
0 Kudos

Hi Vijay,

The document I have already read. This is to prepare a SDA file to deply in SDM tool.

I need the JDK versions and JDBC complaints for all the DB versions of following 3rd party databases:

- ORACLE

- MSSQL

- DB2

Regards,

Soorya

prateek
Active Contributor
0 Kudos

There is no such technical limitation. If you have the drivers of your database and it could be installed on PI server, then you can very well use it.

Regards,

Prateek

Shabarish_Nair
Active Contributor
0 Kudos

Do refer the FAQ note for JDBC - 831162.... it covers most of the questions ...

Answers (0)