Installing database drivers in your Web application server - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Linux
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30

If you are not using the embedded H2 database with Talend Administration Center or Talend Activity Monitoring Console, you must install the driver for the database to use in your Web application server.

For more information regarding the databases compatible with Talend Administration Center and Talend Activity Monitoring Console, see Compatible databases.

For more information regarding the databases compatible with Talend Administration Center, see Compatible databases.

Procedure

  1. Stop your Web application server.
  2. In case you use Apache Tomcat, clean the <apache-tomcat>/work/Catalina/localhost folder.
  3. Make sure that the driver for the database you want to use does not exist in any of the following folders. If the driver already exists in one of these folders, skip the next step.
    Web application Server used Folders to check

    Apache Tomcat

    <TomcatPath>/webapps/org.talend.administrator/WEB-INF/lib

  4. Download the correct database driver(s) from the official provider website, according to the version of the JVM you use to run your Web application server and the version of the database you want to use.
    In case you use Oracle, use a copy of the ojdbcX.jar file from your Oracle installation.
    Note that those drivers are specific and that you should only download the one(s) that you need.
  5. Place the driver(s) you need in the right folder:
    • In <TomcatPath>/webapps/org.talend.administrator/WEB-INF/lib for Apache Tomcat.
  6. Restart your Web application server.