[CORE-405] Upgrade JDBC Drivers Created: 12/Feb/21 Updated: 15/Jun/22 Resolved: 04/May/22 |
|
Status: | Closed |
Project: | i2b2 Core Software |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 1.7.13 |
Type: | New Feature | Priority: | Major |
Reporter: | Mike Mendis | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() |
Participant/s: |
Description |
Add new drivers for:
Oracle Database 21c (21.1) Postgresql 42.2.18 Sql Server 9.2 |
Comments |
Comment by Jeffrey Klann [ 04/May/22 ] |
Oracle 21.5
PGSQL 42.3.2 Sql Server 9.2 |
Comment by Reeta Metta [ 30/May/22 ] |
looks like oracle jdbc version is 8 in build.xml and also in servercommon/lib folder
<fileset dir="${lib}/jdbc" includes="ojdbc8.jar" /> |
Comment by Reeta Metta [ 31/May/22 ] |
ojdbc8.jar with oracle version is 21.5 |