
Java SE List of Popular Database Vendors and Drivers Link to Download jar files
Below are some of the most popular Databases that are supported by Database Vendors and links to download JDBC Driver/Connection jar files,
If you are looking for a complete list of Vendors, you can find it on Oracle's website:
Also, if you are looking for a list of all the supported JDBC Drivers for Databases you can find it here,
Supported JDBC Drivers and Databases
List of JDBC Driver Manager Class Names:
| Database | DriverManager Class Name |
|---|---|
| Oracle | oracle.jdbc.driver.OracleDriver |
| MySQL | com.mysql.cj.jdbc.Driver |
| Microsoft SQL | com.microsoft.sqlserver.jdbc.SQLServerDriver |
| IBM DB2 | com.ibm.db2.jdbc.net.DB2Driver |
| postgreSQL | org.postgresql.Driver |
List of JDBC Database Vendor URL:
| Database | Database Vendor URL |
|---|---|
| Oracle | jdbc:oracle:thin:@hostName:port:databaseName |
| MySQL | jdbc:mysql://hostName:port/databaseName |
| Microsoft SQL | jdbc:sqlserver://hostName;databse=databaseName |
| IBM DB2 | jdbc:db2: hostName:port/databaseName |
| postgreSQL | jdbc:postgresql://hostName:port/databaseName |
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!