Posts Tagged ‘DB2

24
Jul
09

DB2 JDBC Drivers

The IBM site is not really good at directing users on how to obtain DB2 JDBC Drivers. The following page is a brief summary of the important items that are posted on the IBM site along with links about where you can download the JDBC drivers.

IBM DB2 JDBC Universal Drivers can be obtained from the following URL.

For 8.x Databases: http://www-01.ibm.com/support/docview.wss?rs=71&uid=swg21256235

For 9.1 clients : http://www-01.ibm.com/support/docview.wss?uid=swg21255572

For 9.5 Databases: http://www-01.ibm.com/support/docview.wss?uid=swg21287889

The DB2 Universal JDBC driver versions are included with DB2 products as shown below:
The size refers to the size of the db2jcc.jar file.

The following command will retrieve the JCC driver version if executed from the command line:
java com.ibm.db2.jcc.DB2Jcc -version

The DB2 Universal JDBC driver versions are included with DB2
products as shown below:
The size refers to the size of the db2jcc.jar file.

The following command will retrieve the JCC driver version if executed from the
command line:

java
com.ibm.db2.jcc.DB2Jcc -version

DB2
Version 9.5

DB2 Level Driver version Build Number Size
v9.5 FP0 (GA) 3.50.152 s071001 2833724
v9.5 FP1 3.51.90 s080328 2875247
v9.5 FP2 3.52.95 s080811 3018624
v9.5 FP2a 3.52.95 s080911 3018624
v9.5 FP3 3.53.70 s081118 3059935
v9.5 FP3a 3.53.70 s081210 3059935
v9.5 FP3b 3.53.70 s090225 3059935
v9.5 FP4 3.53.95 s090429 3084872

DB2
Version 9

DB2 Level Driver version Build Number Size
v9.1 FP0 (GA) 3.1.57 s060629 1973658
v9.1 FP1 3.2.49 s061104 1997894
v9.1 FP2 3.3.54 s070210 2011601
v9.1 FP3 3.4.65 s070719 2063122
v9.1 FP3a 3.4.65 s070914 2063122
v9.1 FP4 3.6.60 s071028 2096050
v9.1 FP5 3.7.73 s080512 2120684
v9.1 FP6 3.8.35 s081007 2125577
v9.1 FP7 3.8.47 s090308 2109253

DB2
Version 8

DB2 Level Driver version Build Number Size
v8.1 FP0 (GA) 1.0.581 s021023 663346
v8.1 FP1 1.2.34 s030130 798931
v8.1 FP2 1.2.117 s030508 845603
v8.1 FP3 1.3.70 s030728 872718
v8.1 FP4a 1.5.54 s040122 900501
v8.1 FP5 1.9.23 s040212 1017444
v8.1 FP6 2.2.49 s040616 1058458
v8.1 FP6a 2.2.49 s040914 1058458
v8.1 FP6c 2.2.49 OD_14073 1058458
v8.1 FP7 2.3.63 s040812 1075286
v8.1 FP7b 2.3.63 OD_14080 1075286
v8.1 FP8 2.5.33 s041221 1080551
v8.1 FP8a 2.5.33 OD_14081 1080551
v8.1 FP9 2.6.80 s050422 1124512
v8.1 FP9a 2.6.80 OD_14086 1124512
v8.1 FP10 2.7.58 s050811 1145514
v8.1 FP11 2.8.46 s060120 1191149
v8.1 FP12 2.9.31 s060429 1201760
v8.1 FP13 2.10.27 s060801 1209104
v8.1 FP14 2.10.52 s061108 1212904
v8.1 FP15 2.10.72 s070720 1216068
v8.1 FP16 2.11.24 s080111 1257312

Related Links




Follow

Get every new post delivered to your Inbox.

Join 49 other followers