Installing and Using Preconfigured JDBC Drivers

JDBC drivers provide API calls for Java programs to communicate with databases. A single JDBC driver can be used to connect to any number of the same type of data sources. After uploading, the JDBC driver can be used with other JDBC data sources, such as Oracle, SQL Server, or PostgreSQL.

You need to install the necessary drivers in the locations that are documented so that the TDV Server and the data source can interact. If you plan on using more than one of the drivers described, we recommend obtaining and placing them all in the necessary directory locations before restarting the TDV Server.

TDV ships with a JDBC interface and provides adapters to connect to relational data sources. You can customize these adapters to connect to new or custom data sources. The server does not make any accommodations for JDBC drivers that do not supply correct metadata about the data source.

Refer to the corresponding Adapter guides for a description on which preconfigured JDBC drivers are required for use of specific data sources and where those drivers should be placed so that they can be used when connecting to specific data sources. These data source drivers must be installed separately from the TDV Software installation because of third-party licensing restrictions.

To install and use JDBC drivers

1. Obtain and install one of the following drivers, as described in the appropriate section:
Obtain and Install Drivers for DB2
Obtain and Install Drivers for Hive and Impala
Obtain and Install Drivers for HBase
Obtain and Install the Driver for Informix
Obtain and Install the Driver for MySQL
Obtain and Install the Driver for Neoview
Obtain and Install the Driver for Netezza
Obtain and Install the Drivers for Oracle Applications
Obtain and Install the Driver for Oracle OCI Client
Obtain and Install the Driver for SAP Hana
Obtain and Install the Driver for SQL Server
Obtain and Install the Driver for Sybase
Obtain and Install the Driver for Teradata
Obtain and Install the Driver for Vertica
2. After the required data source driver is installed, you can create a JDBC data source using Studio as described in the TDV User Guide.