Installation of the dependency modules for Oracle plugin if you have Centos/RHEL OS
To use the
Oracle plugin, ensure the following modules are installed to connect to the Oracle database:
- oracle-instantclient-basic-linux
- oracle-instantclient-sdk-linux
- cx_Oracle - Python Interface for Oracle Database
Follow the below steps for Centos/RHEL based OS:
- Download oracle instantclient rpm from oracle official website - https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html
Note: If you are using Oracle version 10, go with Oracle Instantclient Version 12.2.0.1.0 - Move the downloaded rpm to "/tmp" folder.
- Execute the below commands:
cd /tmp
rpm -ivh <downloaded rpm name>
sudo yum install libaio - Add Oracle client to library path.
cd /etc/ld.so.conf.d/
sudo vi oracle.conf
Add the text "/usr/lib/oracle/12.2/client64/lib" to the end of the file.
Note: Make sure that this path exists. Path will change based on the instant client version downloaded in Step 1. If "oracle.conf" file is not present, create that file and then add the text. - Install dependency repo
sudo yum install epel-release
sudo yum install gcc python-pip.noarch python-devel - Install cx_Oracle python library
sudo pip install cx_Oracle
Note: If "pip" is not installed already, install pip using command
sudo yum install python-pip

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
What are the dependency modules to be installed while adding a plugin?
Please find below the list of plugins with their required dependency modules: MySQL - pymysql Redis - redis Postgres - psycopg2 Memcached - memcached MongoDB - pymongo DB2 - ibm_db StatsD - statsd iNode - psutil Twilio - twilio Supervisord - ...
How do I add the Dell iDRAC plugin for Windows?
Prerequisites Ensure that the following prerequisites are met before using the iDRAC plugin for Windows: Install the latest version of the Net-SNMP package. You can follow this document to configure SNMP agents in your Windows Server or follow the ...
Silent installation of Linux On-Premise Poller
Follow the steps below for the silent installation of an On-Premise Poller on a Linux server. You can also configure proxy during silent installation. Copy and paste the following commands in your terminal 64 bit OS: sudo wget ...
Understanding VMware VM and guest OS metrics
Log in to your Site24x7 account, and navigate to VMware > Virtual Machine. Click on any desired VM name. Metrics from the VM monitor The metrics that you view are your VM's occupancy in its parent ESX host. Using Memory Utilization as an example, the ...
How to troubleshoot my Windows PowerShell Plugin?
By default, the Site24x7 monitoring Windows agent will run as a SYSTEM user. In case, if you would like to verify if the plugin script is giving the output properly as SYSTEM user, follow these steps: Download PsExec from this link and extract the ...