Getting Started with ALTR & Snowflake
Configure ALTR's Snowflake Service User
Connect Snowflake Databases
Connect Columns to ALTR
Creating Policy & Manage Data
Classification
Analytics
Column Access Policies
Views
Thresholds
Row Access Policy
Audit Logs
Settings
Vault Tokenization
Tokenization API
Management API
ALTR Driver JDBC Installation
ALTR Driver ODBC Installation
Configure Tableau to Gain User Level Observability
Integrating ALTR Notifications with AWS S3
TDS Proxy Installation
CDM Installation
Custom Masking and Extensibility Functions
Bring Your Own Key for Vaulted Tokenization
Open-Source Integrations
The following information will walk you through the process of installing our JDBC driver for Java applications on any operating system. If your application is on Windows only, refer to ODBC Driver Installation.
After determining which driver you need, ALTR will provide you with the installer for it. Before installing the driver, you will need to acquire an installation key by adding an application on the ALTR Portal. Refer to Adding Applications for instructions. You will also need to enable TLS 1.2 on the machine where you’re installing the driver (if not already enabled).
To install the ALTR Driver on Windows, follow these steps:
To silently install the ALTR JDBC Driver via command prompt, follow these steps:
To install the ALTR JDBC Driver on Linux, follow these steps:
Add the ALTR driver and dependencies to the application’s classpath. This may vary depending on how your application loads application JAR dependencies and how your application is deployed. In general, you must add the ALTR JDBC driver as an application dependency so that the application can properly load the driver.
Make the following changes to your application JDBC connection string to load the ALTR JDBC driver.
In some cases, depending on how your application was developed, you may need to specify the following ALTR JDBC driver class name.
Add the ALTR driver and dependencies to the application’s classpath. This may vary depending on how your application loads application JAR dependencies and how your application is deployed. In general, you must add the ALTR JDBC driver as an application dependency so that the application can properly load the driver.
Make the following changes to your application JDBC connection string to load the ALTR JDBC driver.
In some cases, depending on how your application was developed, you may need to specify the following ALTR JDBC driver class name.
If you experience any issues during the installation process, please review the following list of possible errors and their solutions.
Invalid Installation Key
If you receive a message that the installation key is not valid during driver installation, make sure you are entering the correct installation key. If you continue to receive the message after confirming the installation key is correct, contact ALTR Support for assistance.
Unverified Installation Key
If you receive a message that the installation key cannot be verified during driver installation, make sure the Application’s public IP address is correct in the ALTR Portal. If the public IP address is incorrect and doesn't match the public IP address of the machine you're installing the driver on, update it and run the driver installer again. If you receive the message again, contact ALTR Support for assistance.
Query Log is Empty
If no queries appear in the Query Log after executing them in your application, make sure your application has been modified to use ALTR's driver. Refer to your application's user guide for further instructions.