Does Teradata support JDBC?

The Teradata JDBC Driver is distributed as platform-independent jar files….Teradata JDBC Driver.

Version: 17.10.00.27
OS: Windows, Linux, Solaris, Mac OS X, AIX, z/OS USS
Teradata: 17.10, 17.00, 16.20, 16.10, 15.10

How does JDBC Connect to Teradata?

Configure the Teradata database as shown below to connect to your data.

  1. DataSource Name. Any name you want.
  2. Driver Class. com.teradata.jdbc.TeraDriver.
  3. UserName.
  4. Password.
  5. Connector ID. Your connector label from on-premises connector.
  6. Connection URL. jdbc:teradata:///DATABASE=,DBS_PORT=1025.

How do I download and install JDBC?

Install the driver on a Windows system

  1. Log in to the server hosting Web Help Desk.
  2. Navigate to the targeted directory. If you are running Web Help Desk 12.6 and below, navigate to:
  3. Copy the JDBC driver file into the lib directory.
  4. Restart Web Help Desk. The MySQL JDBC driver is installed on your system.

What is Teradata port?

The default port for teradata is 1025.

How do I connect to a database in Teradata?

Use the following procedure to connect to a data source.

  1. From the main window, click File > Connect.
  2. Select the ODBC data source from the list, and click OK. The Teradata Database Connect dialog box appears.
  3. DBC Name or Address – The TDPid of the Teradata Database.

What is JDBC and how does it work?

A JDBC driver uses the JDBC™ (Java Database Connectivity) API developed by Sun Microsystems, now part of Oracle, that provides a standard way to access data using the Java™ programming language. Using JDBC, an application can access a variety of databases and run on any platform with a Java Virtual Machine.