Database drivers and URL

Top  Previous  Next

XBM uses the JDBC technology to connect the database system.

Following table is a reference of drivers and URL samples:

Database

Driver class name

URL sample

Oracle 

oracle.jdbc.driver.OracleDriver

jdbc:oracle:thin:@hpux01:1521:XBM

IBM UDB

com.ibm.db2.jcc.DB2Driver

jdbc:db2://linux02:50000/XBM

MySQL

com.mysql.jdbc.Driver

jdbc:mysql://linux01:3306/xbm

SQL Server

com.microsoft.sqlserver.jdbc.SQLServerDriver

jdbc:sqlserver://nemesis:1433;databaseName=XBMDB

 

For further information on JDBC URL definition, please refer to your JDBC provider documentation.