
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 |
-
Have Questions? Post them here!
More Posts related to Java,
- How to Get List of All Country Codes in Java Using Locale Class
- Unsupported major.minor version 52.0 in java
- Java - How to set custom thread name?
- Get the current timestamp in Java
- Java Spring Boot 3 Web Hello World with Gradle in IntelliJ
- [fix] NullPointerException Cannot Invoke findById because Repository is null - Java Spring
- java: unclosed string literal [Error]
- Convert Java Byte Array to String with code examples
- Error: Can not find the tag library descriptor for
- Java 8 - Convert List to Map Examples
- Java - Calculate time taken for the code to execute in milliseconds or nanoseconds
- Fix java.net.ProtocolException: Invalid HTTP method
- Java: Convert Stream to List
- Java equals method - Tutorial
- List of Java JDBC Database Driver Jars, Classes and URLs Details
- Read YAML file Java Jackson Library
- How to display Java Date Time timezone GMT/UTC offset using SimpleDateFormat
- List of Java Keywords
- Enable JSON Pretty Print in Java Jackson
- How to Word-Warp Console logs in IntelliJ
- Convert Map to List in Java 8 using Stream API
- Create a Directory using Java Code
- Ways to Convert Integer or int to Long in Java
- [Program] How to read three different values using Scanner in Java
- Java JDBC Example with Oracle Database Driver Connection
More Posts:
- Convert Float to String in Python - Python
- Android : No Launcher activity found! Error - Android
- Meaning of javascript:void(0) explained with example - JavaScript
- git command to remove/unstage files from staging area - Git
- Fix: Eclipse Cant Connect to any repository not Authorized Error GitHub - Eclipse
- Check Internet Connection WIFI 4G is active on Android Programmatically - Android
- Chrome : When Adobe flash player has finished updating, reload this page to active it - Chrome
- How to extract deployed WSP solution from SharePoint FARM using PowerShell - SharePoint