Skip to main content
Skip table of contents

List of Suggested JDBC Drivers

The following is a list of JDBC drivers for different relational database systems.

RDBMSRecommended DriverExample of JAR FileDriver ClassDownload From
H2H2 driverh2-1.3.171.jarorg.h2.Driverhttps://www.h2database.com/html/download.html
MySQLConnector/Jmysql-connector-java-8.0.25.jarcom.mysql.cj.jdbc.Driverhttps://www.mysql.com/downloads/connector/j/
OracleOracle JDBC driverojdbc8.jaroracle.jdbc.driver.OracleDriverhttps://www.oracle.com/database/technologies/appdev/jdbc-downloads.html
PostgreSQLPostgreSQL JDBC driverpostgresql-42.6.0.jarorg.postgresql.Driverhttps://jdbc.postgresql.org/download/
SQL ServerMicrosoft JDBC Driversqljdbc4.jarcom.microsoft.sqlserver.jdbc.SQLServerDriverhttps://www.microsoft.com/en-au/download/details.aspx?id=11774
SybasejTDSjtds-1.3.0.jarnet.sourceforge.jtds.jdbc.Driverhttps://sourceforge.net/projects/jtds/files/
TeradataTeradata driverterajdbc4.jar and tdgssconfig.jarcom.teradata.jdbc.TeraDriverhttps://downloads.teradata.com/

In most cases, the only file you need to download is the .jar driver file (note that the version number may be different to the one shown in the examples here). The exception to this is the Microsoft JDBC driver for SQL Server. This is supplied in an self extracting ZIP archive; there are other files in the archive that are required in order to use the driver, so you will need the entire archive.

H2 file mode is not supported by the SuperCHANNEL GUI and can only by used with SNU (the SuperCHANNEL Command Line Utility). H2 server mode works with both the GUI and SNU. 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.