Database Types and JDBC Drivers
The following table lists the database types and the corresponding JDBC drivers.
Database |
Versions |
Parameter |
Value |
Oracle
|
11g, 11.1.x |
Driver |
|
Standard Driver Library |
|
||
Access URL |
|
||
Default User |
- |
||
Default Port |
1521 |
||
12c 12.1.x, 12c RAC 12.1.x
|
Driver |
|
|
Standard Driver Library |
|
||
Access URL |
|
||
Default User |
- |
||
Default Port |
1521 |
||
Microsoft SQL Server |
2012 R2, 2014, 2016 |
Driver |
For more information on Microsoft SQL Server drivers, refer to: |
Standard Driver Library |
|
||
Access URL |
|
||
Default User |
sa |
||
Default Port |
1433 |
||
SYBASE |
ASE-15.5.x and ASE-15.7.x |
Driver |
|
Standard Driver Library |
|
||
Access URL |
|
||
Default User |
sa |
||
Default Port |
5000 |
||
MySQL |
5.6.x and 5.7.x |
Driver |
|
Standard Driver Library |
|
||
Access URL |
|
||
Default User |
root |
||
Default Port |
3306 |
||
IBM DB2 |
v10.x+ |
Driver |
https://www.ibm.com/support/knowledgecenter/en/SSEPGG_10.1.0/com.ibm.db2.luw.apdv.java.doc/src/tpc/imjcc_cjvintro.html |
Standard Driver Library |
|
||
Access URL |
|
||
Default User |
db2admin |
||
Default Port |
446 or 6789 or 50000 |
||
IBM DB2 |
v10.x+ |
Driver |
(Type 2 Driver with IBM DB2 Client Software) |
Standard Driver Library |
|
||
Access URL |
|
||
Default User |
db2admin |
||
Default Port |
446 or 6789 or 50000 |
||
v10.x+ |
Driver |
(Type 3 Driver with IBM DB2 Client Software) |
|
Standard Driver Library |
|
||
Access URL |
|
||
Default User |
db2admin |
||
Default Port |
446 or 6789 or 50000 |
||
PostgreSQL |
v9.4+ |
Driver |
org.postgresql.Driver |
Standard Driver Library |
|
||
Access URL |
|
||
Default User |
postgres |
||
Default Port |
5432 |