Dependency modules for Oracle plugin

Install the dependency module (oracledb) for the Oracle plugin

To add the Oracle plugin, ensure the following dependency module is installed on your server to connect to the Oracle database:
oracledb module for Python

Follow these steps to install the oracledb module:
  1. If your Python version is higher than 3.6, install the module with pip using the command below:
    pip3 install oracledb

  2. If your Python version is 3.6 or less, then upgrade the pip version and install the oracledb module. You can use the commands below to upgrade pip and then install oracledb.
    python3 -m pip install --upgrade pip
    pip3 install oracledb
Once the modules are installed, download and install the latest version of the Site24x7 Linux monitoring agent and the plugin files. Learn more.


    • Related Articles

    • Install and configure an Oracle plugin in Windows

      Prerequisites Ensure that the Site24x7 Windows server monitoring agent is installed in the system where the Oracle instance is running. Ensure python3 is installed in the system and add it to the Windows path. Refer to the link below for adding ...
    • Troubleshoot the "pymysql module not found" error when installing the MySQL plugin

      If you're encountering the pymysql module not found error, it likely means that the pymysql Python library is not installed on the server. pymysql is a Python package that provides a way to interact with MySQL databases using Python code and is used ...
    • Troubleshoot the [Errno 111] Connection refused error for Oracle plugins

      When installing Oracle database monitoring plugins, you may encounter the following error: DPY-6005: cannot connect to database. [Errno 111] Connection refused This error indicates that there is an error connecting to the Oracle database server. Here ...
    • Troubleshoot the "ORA-12514" error when installing Oracle plugins

      When installing the Oracle database monitoring plugins, you may encounter the following error: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor: This error typically occurs during attempts to establish a ...
    • Troubleshoot connection errors in the MySQL plugin

      When configuring the MySQL plugin, you may encounter the following errors: Error : Connection Error - This error typically indicates that there is a problem establishing a connection to the database. Sometimes, this message is supplemented with an ...