Outsider's Dev Story

Stay Hungry. Stay Foolish. Don't Be Satisfied.
RetroTech 팟캐스트 44BITS 팟캐스트

JDBC Driver 리스트

새로운 디비 연결할때마다 혹은 사용하던것도 굳이 외우고 있지는 않아서 이전소스를 찾아봐야하는 JDBC Drivers. 날잡아서 정리... ㅎ 실제 적용할때 한번더 찾아봐야겠지만 그래도 일일이 찾아다니는거 힘들어서.. ㅎ

Informix

Driver Class : com.informix.jdbc.IfxDriver

JDBC URL : jdbc:informix-sqli://<host>:<port>/<database>:informixserver=<dbservername>

Required File : ifxjdbc.jar  Download

JavaDB/Derby

Driver Class : org.apache.derby.jdbc.ClientDriver

JDBC URL : jdbc:derby:net://<host>:<port1527>/<databaseName>

Required File : derbyclient.jar  Download

Microsoft SQL Server 2000

Driver Class : com.microsoft.jdbc.sqlserver.SQLServerDriver

JDBC URL : jdbc:microsoft:sqlserver://<host>:<port1433>;DatabaseName=<database>

Required File : msjdbc.jar  Download

Microsoft SQL Server 2005

Driver Class : com.microsoft.sqlserver.jdbc.SQLServerDriver

JDBC URL : jdbc:sqlserver://<host>[:<port1433>];databaseName=<database>

Required File : sqljdbc.jar  Download

MySQL (Connector/J)

Driver Class : com.mysql.jdbc.Driver

JDBC URL : jdbc:mysql://<host>:<port3306>/<database>

Required File : mysql-connector-java-nn-bin.jar  Download

Oracle (Thin JDBC Driver)

Driver Class : oracle.jdbc.driver.OracleDriver

JDBC URL : jdbc:oracle:thin:@<host>:<port>:<SID>

                       jdbc:oracle:thin:@<host>:<port>/<service>

                       jdbc:oracle:thin:@<TNSName>

Required File : ojdbcxx.jar  Download

Oracle JDBC FAQ

Oracle (OCI JDBC Driver)

Driver Class : oracle.jdbc.driver.OracleDriver

JDBC URL : jdbc:oracle:thin:@<host>:<port>:<SID>

                      jdbc:oracle:thin:@<host>:<port>/<service>

                      jdbc:oracle:thin:<TNSName>

Required File : ojdbcxx.jar  Download Oracle Database Instant Client

Oracle JDBC FAQ

PostgreSQL

Driver Class : org.postgresql.Driver

JDBC URL : jdbc:postgresql://<host>:<port5432>/<database>

Required File : postgresql-nn.jdbc3.jar Download

Sun에서 제공하는 JDBC Driver 리스트

Valid HTML5 Valid CSS WCAG 2.1 AA tested