Install the driver on Linux (RPM)

Prerequisites

ODBC Driver for Oracle requires an ODBC driver manager to work properly. The driver manager is not included with the Devart ODBC Driver and must be installed separately.

Devart ODBC Driver for Oracle is compatible with the UnixODBC driver manager. You can install the UnixODBC driver manager using the following command:

dnf install unixODBC 

Note

If you’re using a different ODBC driver manager, Devart ODBC Driver for Oracle can still be installed. However, you will need to manually modify the configuration files of the respective driver manager.

Install the driver on CentOS 9

1. Download the .rpm package for ODBC Driver for Oracle from the Devart website.

2. In terminal, navigate to the folder where the package is located. By default, the package is downloaded to the ~/Downloads.

cd ~/Downloads 

3. Run the following command to install the driver:

sudo rpm -ivh devart-odbc-oracle.x86_64.rpm 

Driver is installed successfully

Note

You may encounter the following error during installation: ‘Failed dependencies: liblttng-ust.so.0()(64bit) is needed by devart-odbc-oracle-3.4.2-1.x86_64’ Failed dependencies The error indicates that the liblttng-ust library is missing from your system. To resolve the issue, install the library:

sudo yum install lttng-ust 

After installing the library, initiate the driver installation again.

To learn how to activate the driver, see Activate the driver on Linux.