Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

titleINFO

...

Find here all information about uploading a database driver. You can add a new database driver or edit an existing database driver as well as delete one.

...

titleINFO

...


Info
titleINFO

Find here all information about uploading a database driver. You can add a new database driver or edit an existing database driver as well as delete one.


Info
titleINFO

Note that for the HSQL (file) database driver which is pre-installed, in the list of available database drivers, the 'File' column might be empty. The same applies for running Datameer X in MySQL: The 'File' column for the MySQL database driver may also be empty.

...

  1. Open the "Admin" tab and select "Database Drivers"The page 'Database Drivers' opens. 
     
  2. Click on "New"The page 'Add/ Edit Database Driver' opens. 
    Image Modified 
  3. Enter the database name. 
    Image Modified 
  4. Click on "Upload" and upload the JAR file.  
    Image Modified 
  5. Select "AWS Athena" from the drop-down. 
    Image Modified 
  6. Enter the driver class. 
    Image Modified 
  7. Enter the connection pattern and confirm with "Save"The configuration is saved and displayed in the database driver list. 
    Image Modified

Anchor
redshift
redshift
Amazon Redshift

...

  1. Open the "Admin" tab and select "Database Drivers"The page 'Database Drivers' opens. 
     
  2. Click on "New"The page 'Add/ Edit Database Driver' opens. 
    Image Modified 
  3. Enter the database name. 
    Image Modified 
  4. Click on "Upload" and upload the JAR file.  
    Image Modified 
  5. Select "Azure Cosmos" from the drop-down. 
    Image Modified 
  6. Enter the driver class. 
    Image Modified 
  7. Enter the connection pattern and confirm with "Save"The configuration is saved and displayed in the database driver list. 
    INFO: Find your account key on your Azure Cosmos DB instance under 'settings/keys: SECONDARY KEY'. 
    Image Modified

Anchor
DM_Admin_AzureDatabricksDatabaseDriver
DM_Admin_AzureDatabricksDatabaseDriver
Azure Databricks Database Driver (JDBC)

...

  1. Open the "Admin" tab and select "Database Drivers"The page 'Database Drivers' opens. 
     
  2. Click on "New"The page 'Add/ Edit Database Driver' opens. 
    Image Modified 
  3. Enter the database name. 
    Image Modified 
  4. Click on "Upload" and upload the JAR file. 
    INFO: Get the file from https://databricks.com/de/spak/odbc-driver-download.  
    Image Modified 
  5. Select "Databricks JDBC V2.6.x" from the drop-down. 
    Image Modified 
  6. Enter the driver class. 
    Image Modified 
  7. Enter the connection pattern and confirm with "Save"The configuration is saved and displayed in the database driver list. 
    INFO: Note that the pattern must contain the expression 'token' as the UID parameter and the '<personal-access-token>' as the PWD parameter that you created in Azure Databricks before.
    Image Modified 

Anchor
DM_Admin_AzureSynapseDatabaseDriver
DM_Admin_AzureSynapseDatabaseDriver
Azure Synapse Database Driver 

...

  1. Open the "Admin" tab and select "Database Drivers"The page 'Database Drivers' opens. 
     
  2. Click on "New"The page 'Add/ Edit Database Driver' opens. 
    Image Modified 
  3. Enter the database name, e.g. 'Synapse_Driver' . 
    Image Modified 
  4. Click on "Upload" and upload the JAR file. 
    Image Modified 
  5. Select "Microsoft Azure Synapse" from the drop-down. 
    Image Modified 
  6. View the driver class. 
    Image Modified 
  7. View the connection pattern and confirm with "Save"The configuration is saved and displayed in the database driver list. 
    Image Modified

Anchor
db2
db2
DB2

...

  • In Datameer X go to the Admin tab and then to the Database Drivers tab.
    Click New to add a new database driver.
  • Enter the following information:
    • Name: MariaDB
    • Jar Filemariadb-java-client-<version>-sources.jar (file you downloaded)
    • Database Driver Template : MariaDB
    • Driver Class: org.mariadb.jdbc.Driver
    • Connection Pattern: jdbc:maria://%host%:%port%/%database%
  • MariaDB should now appear as an available database driver.

...

  • Select the following driver: Download SQL Server JDBC Driver 3.0 - '1033\sqljdbc_3.0.1301.101_enu.tar.gz'
    (You may choose sqljdbc_3.0.1301.101_enu.exe instead. In this case, skip the extracting step, and run the executable file.)
  • Change your working directory to the download folder and extract the archive.
  • Extract the tar file.

    Code Block
    tar -xzf sqljdbc_3.0.1301.101_enu.tar.gz
  • Find the 'sqljdbc4.jar' driver in subdirectory './sqljdbc_3.0/enu'
  • In Datameer X go to the admin tab and then to the Database Drivers tab.
    Click New to add a new database driver.
  • Enter the following information:
    • Name: MsSQL
    • Jar File: sqljdbc4.jar
    • Database Driver Template: MsSql
    • Driver Class: com.microsoft.sqlserver.jdbc.SQLServerDriver
    • Connection Pattern: jdbc:sqlserver://%host%:%port%;databaseName=%dbName%;selectMethod=cursor;
      Image Removed
  • MS SQL should now appear as an available database driver.appear as an available database driver.

Anchor
mssql
mssql
Microsoft SQL Server

Info
titleINFO

Receive a driver from here: https://docs.microsoft.com/en-us/sql/connect/jdbc/release-notes-for-the-jdbc-driver?view=sql-server-ver15.

Select a driver archive appropriate for your system, download the file, and extract it into your local file system. Locate the driver .jar named 'mssql-jdbc-.jar*' in your file system.

To add the Microsoft SQL JDBC driver:

  1. Open the "Admin" tab and select "Database Drivers"The page 'Database Drivers' opens. 
    Image Added 
  2. Click on "New"The page 'Add/ Edit Database Driver' opens. 
    Image Added 
  3. Enter the database name, e.g. 'Ms_SQL_JDBC' . 
    Image Added 
  4. Click on "Upload" and upload the JAR file. 
    Image Added 
  5. Select "Microsoft SQL Server 2014" from the drop-down. 
    Image Added 
  6. View the driver class. 
    Image Added 
  7. Adjust the connection pattern and confirm with "Save"The configuration is saved and displayed in the database driver list. 
    Image Added

Anchor
mysql
mysql
MySQL

Info
titleINFO

Receive the MySQL database driver from http://www.mysql.com/downloads/connector/j/. The driver .jar file named 'mysql-connector-java-<version>-bin.jar' must be located in your file system.

...

    1. Open the "Admin" tab and select "Database Drivers"The page 'Database Drivers' opens. 
       
    2. Click on "New"The page 'Add/ Edit Database Driver' opens. 
      Image Modified 
    3. Enter the database name. 
      Image Modified 
    4. Click on "Upload" and upload the JAR file. 
      Image Modified 
    5. Select "Netezza" or "Netezza V7.0.2" from the drop-down. 
      Image Modified 
    6. Enter the driver class. 
      Image Modified 
    7. Enter the connection pattern and confirm with "Save"The configuration is saved and displayed in the database driver list. 
      Image Modified

Anchor
oracle
oracle
Oracle

...