...
Modify the following properties as needed:
Property | Description | ||||||
---|---|---|---|---|---|---|---|
Host | Enter the host name of
| ||||||
Port | Set this value to the port number through which to access | ||||||
Connect String Options | (Optional) You can specify additional options used to connect as a string value. Connect string options are submitted in the following format:
| ||||||
Enable Data Encryption | When enabled, the data exchanged between the | ||||||
User Name | The username used to connect. | ||||||
Password | The password associated with the username. | ||||||
Test Connection | After you have defined the connection credentials type, credentials, and connection string, you can verify that the
| ||||||
Advanced options: Default Column Data Type Inference | Set to | ||||||
Advanced options: Enable SSH Tunneling | If available, the SSH tunneling options allow you to configure SSH tunneling authentication between the
For more information, see Configure SSH Tunnel Connectivity. | ||||||
Connection Name | Display name of the connection. | ||||||
Connection Description | (Optional) Description of the connection, which appears in the application. |
Connection URL
The properties that you provide are inserted into the following URL, which connects the
D s platform |
---|
Code Block |
---|
jdbc:teradata://<host>/DBS_PORT=<port>,<connect-string-options> |
where:
Parameter | Description | ||||
---|---|---|---|---|---|
<host> | Host URL of the database server. | ||||
<port> | Port number for the database server. Typically, this value is
| ||||
<connect-string-options> | Connect string options, which are submitted in the following format:
|
The Connection URL is mostly built up automatically using cluster configuration for the platform.
...