The default logon mechanism for a Teradata connection in DBeaver is TD2. To use a different logon mechanism, create a copy of the Teradata driver and update the URL template.
- Go to
Database -> Driver Manager. -
From the list of driver names, select
Teradataand clickCopy. -
In the
URL Templatefield, define your selected logon mechanism. For example, to use LDAP, enter:jdbc:teradata://{host}/LOGMECH=LDAP,DATABASE={database},DBS_PORT={port} -
Click "OK".
- The copied driver is now available for creating connections with the selected logon mechanism.
- The process for setting up a new connection with the alternative logon mechanism is the same as described above for adding a new connection.