CloverDX
Learn how to connect CloverDX to an Exasol database through JDBC.
Exasol takes no responsibility for changes in functionality or terms of use for third-party tools. For more details about the compatibility and use of these tools with Exasol, refer to the respective software vendor’s website.
Prerequisites
-
CloverDX must be installed.
-
The Exasol JDBC driver must be installed. To learn more, see JDBC driver.
-
Your Exasol database must be running and reachable from the environment where the tool is used.
-
Basic knowledge about how to configure and use CloverDX is assumed.
Exasol SaaS
-
The IP address of the host where the tool is running must be in the allowed IP address list in Exasol SaaS. To learn how to allow traffic to your database, see Network security (SaaS).
-
To connect the tool to an Exasol SaaS cluster you will need the connection string and a personal access token (PAT) for authentication. To learn how to get the connection details, see Connect to Exasol SaaS.
Connect CloverDX to Exasol
-
In the CloverDX application, create a new database connection and add the Exasol JDBC driver.
-
In the CloverDX database connection configuration, enter the following details:
-
The user name and password of the Exasol database user.
For Exasol SaaS, use a valid personal access token as password.
-
The URL for the Exasol cluster.
For example:
jdbc:exa:192.168.6.11..14:8563For Exasol SaaS, use the connection string provided in the web console as hostname.
To learn more about supported URL structures for the JDBC driver, see Exasol URL.
-
For more details about supported URLs for the JDBC driver, see Exasol URL.
For more information about how to configure and use CloverDX with Exasol, refer to the CloverDX documentation.