Download links for database drivers

You can find below the locations where you have to go to get the drivers necessary for accessing databases in <oXygen/>

Berkeley DB XML database

Copy the jar files from the Berkeley database install directory to the <oXygen/> install directory as described in the procedure for configuring a Berkeley DB data source.

IBM DB2 Pure XML database

Go to the IBM website: http://www-306.ibm.com/software/data/db2/express/download.html , in the DB2 Clients and Development Tools category select the DB2 Driver for JDBC and SQLJ download link, fill the download form and download the zip file. Unzip the zip file and use the db2jcc.jar and db2jcc_license_cu.jar files in <oXygen/> for configuring a DB2 data source.

eXist database

Copy the jar files from the eXist database install directory to the <oXygen/> install directory as described in the procedure for configuring an eXist data source.

MarkLogic database

Download Java and .NET XCC distributions (XCC Connectivity Packages) from http://xqzone.marklogic.com/download/#XCC. Details about configuring a MarkLogic data source are here.

Microsoft SQL Server 2005 / 2008 database

Both SQL Server 2005 and SQL Server 2008 are supported. Download the SQL Server 2005 JDBC driver called sqljdbc.jar from the Microsoft website: http://www.microsoft.com/downloads/details.aspx?familyid=C47053EB-3B64-4794-950D-81E1EC91C1BA&displaylang=en and use it for configuring an SQL Server data source. Download the SQL Server 2008 JDBC driver called sqljdbc4.jar from the Microsoft website: http://www.microsoft.com/downloads/details.aspx?familyid=f914793a-6fb4-475f-9537-b8fcb776befd&displaylang=en and use it for configuring an SQL Server data source.

Oracle 11g database

Download the Oracle 11g JDBC driver called ojdbc5.jar from the Oracle website: http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_111060.html and use it for configuring an Oracle data source.

PostgreSQL 8.3 database

Download the PostgreSQL 8.3 JDBC driver called postgresql-8.3-603.jdbc3.jar from the PostgreSQL website: http://jdbc.postgresql.org/download.html and use it for configuring a PostgreSQL data source.

RainingData TigerLogic XDMS database

Copy the jar files from the TigerLogic JDK lib directory from the server side to the <oXygen/> install directory as described in the procedure for configuring a TigerLogic data source.

SoftwareAG Tamino database

Copy the jar files from the SDK\TaminoAPI4J\lib subdirectory of the Tamino database install directory to the <oXygen/> install directory as described in the procedure for configuring a Tamino data source.

Documentum xDb (X-Hive/DB) XML database

Copy the jar files from the Documentum xDb (X-Hive/DB) database install directory to the <oXygen/> install directory as described in the procedure for configuring an XHive data source.

MySQL database

A MySQL driver file is included in the Oxygen kit. The installer creates the file mysql.jar in the folder [Oxygen-install-folder]/lib. When creating a new data source select the type Generic JDBC and add the file [Oxygen-install-folder]/lib/mysql.jar in Driver files. If you want to connect to a MySQL 5 server you may need the latest driver from the MySQL website: http://dev.mysql.com/downloads/connector/j/5.1.html