How can you remotely monitor an Oracle Database from a server other than the Oracle Database-hosted server using Site24x7?
To remotely monitor your Oracle Database, follow these steps:
-
Log in to Site24x7
and install the Site24x7 Linux monitoring agent. Ensure the Oracle Database on your server is accessible from the Linux machine.
Execute the following command in your terminal and enter your Oracle Database instance's username
and password
as well as the Host Name, Port, and Service Name
for the Site24x7 agent to authenticate and configure Oracle monitoring:
/opt/site24x7/monagent/scripts/AgentManager.sh oracledb --add_instance
-
You will be prompted to choose an option. Choose option 2
, and provide the
Host Name, Port, and other credentials to add the Oracle Database for monitoring.

Thus, after successful installation and execution, the Site24x7 Oracle Database monitor will start collecting data.
-
Log in to Site24x7, and click Database
> Oracle
on the navigation pane.
You will be directed to the monitor page to view the list of Oracle Database instances you have added to monitor. The name of the instance will be in the below format:
host:port - servicename - ORACLE
Sample:
10.71.95.97:3400 - ORCLCDB - ORACLE
Related Articles
No data for service and process in Windows server monitor
If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...
How to configure the NGINX status page for monitoring NGINX performance
The NGINX plugin uses the NGINX status page to pull the performance metrics of the NGINX server. You may encounter the following errors while installing the NGINX plugin integration: Error_code : HTTP Error 404: This error usually indicates that the ...
Validating sender email using DKIM authentication
What is DKIM? DomainKeys Identified Mail (DKIM) is an advanced authentication method used widely by email service providers to verify the email from the point of its origin by validating the email sender. It allows the email senders to authenticate ...
Site24x7 Real User Monitoring (RUM) - Data Collection
When you include Site24x7 RUM beacon script in your web pages, the following data is collected. All data that's being collected is in accordance with GDPR compliance. Performance details of web page load time - Metrics like response time of web page ...
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 ...