Edit a JDBC connection

Copy the URL of this page.

You can edit a JDBC connection, for example if you want to change one of its connection properties. You can then register the data source via Edge.

Important 

In Collibra 2024.05, we launched a new user interface (UI) for Collibra Platform! You can learn more about this latest UI in the UI overview.

Use the following options to see the documentation in the latest UI or in the previous, classic UI:

Prerequisites

Steps

  1. Open an Edge site.
    1. On the main toolbar, click Products iconCogwheel icon Settings.
      The Collibra settings page opens.
    2. In the tab pane, click Edge.
      The Sites tab opens and shows a table with an overview of the Edge sites.
    3. In the Edge site overview, click the name of an Edge site.
      The Edge site page appears.
  2. In the JDBC Connections section, click the name of a JDBC connection.
    The Connection settings page appears.
    The Edit Connection dialog box appears.
  3. At the bottom of the page dialog box, click Edit.
    The fields become editable.
  4. Enter the required information.

    Field

    Description

    Connection settings

    This section contains the settings to connect to your data source.

    Name

    The name of the JDBC connection.

    Note We recommend not to use the special character > in the JDBC connection name. This character is part of the full name of assets created via Edge. If you use this character, features such as sampling or classification can be impacted.

    Description

    The description of the JDBC connection. This field is also visible when you register content.

    Vault

    The vault whose secrets you want to use to fill out fields.

    This field is only available if one or more vaults have been configured for your Edge site.

    Connection provider

    The connection provider, which determines the available connection parameters.

    Connection parameters

    This section contains general settings to connect to your data source.

    Username

    The username to access your data source.

    Password

    The corresponding password to access the data source.

    Driver class name

    The driver class name of the connection.

    Driver jar

    The JAR file contain the JDBC driver.

    Click Upload to upload a JAR file.

    Additional classpath files

    Any additional classpath files that you want to upload. Use this field if you want upload more than one driver file.

    Connection string

    The JDBC connection string.

    Warning Some connection properties can be added to the URL as name-value pairs separated by semicolons. However, most properties in the URL are ignored. Therefore, we recommend you not to use this mechanism unless we explicitly ask you to. We recommend you to specify all connection properties in the Connection properties section.

    Connection properties

    Property

    This section contains the connection properties.

  5. Click Save.
  6. If required, you can now test the connection.
    1. At the bottom of the page, click Test connection.
      The Connection test dialog box appears.
    2. When the test is finished,click OK.
      Tip  If the connection failed, you can click View Stacktrace to identify the problem.