Port 1159 is Oracle Enterprise Manager's default port for secure agent uploads. When you enable Enterprise Manager Framework Security, database agents send their monitoring data to the management server through this port over HTTPS.
What Runs on Port 1159
Oracle Enterprise Manager (OEM) Secure Upload
Oracle Enterprise Manager is Oracle's unified management platform for databases, middleware, and hardware. Port 1159 specifically handles the secure upload channel—the path agents use to send monitoring metrics, alerts, and performance data back to the central management service.12
The communication is one-way on this port: agents upload to the server. The management service listens on 1159, agents connect and transmit.
How It Works
When Enterprise Manager Framework Security is enabled:
- The Oracle Management Service (OMS) starts listening on port 1159 for HTTPS connections
- Management Agents installed on monitored systems connect to this port
- Agents upload monitoring data—performance metrics, log entries, configuration changes, alerts
- The management service processes the data and makes it available in the EM console
The upload happens continuously. Agents collect metrics at scheduled intervals and immediately push them to the management service. This is how you get real-time dashboards showing database performance across your entire infrastructure.
The Fallback Mechanism
Port 1159 has something unusual built in: automatic fallback. If port 1159 isn't available when the management service starts, Oracle immediately searches for the first available port in a backup range—typically 4898-4989 or 4899-4908, depending on your EM version.13
This isn't a failure mode. It's designed behavior. Oracle assumes you might have port conflicts in production environments, so the management service will find an open port and use that instead. Agents discover the actual port through the management service URL.
This is why Oracle documentation always lists the upload port as "1159 or first available in range."
Security Considerations
Requires HTTPS when framework security is enabled. The secure upload port uses TLS encryption to protect monitoring data in transit. Metrics often include performance statistics, configuration details, and other information you don't want traveling in cleartext.
Firewall configuration matters. If your management agents are on different networks from your OMS, you need to allow inbound connections to port 1159 (or whatever port the OMS actually bound to). Blocked upload ports mean blind monitoring—agents collect data but can't send it anywhere.3
Not the only EM port. Oracle Enterprise Manager uses multiple ports:
- Port 1159: Secure agent upload (HTTPS)
- Port 3872: Non-secure agent upload (HTTP) when framework security is disabled
- Port 7799: Management service console (HTTPS) in some versions
- Port 4889: Additional communication in clustered EM setups
Don't open just 1159 and assume EM will work. Check Oracle's firewall documentation for your specific version.
Related Ports
Port 3872 — Oracle Enterprise Manager's non-secure upload port (HTTP) when framework security is disabled
Port 1158 — Sometimes listed in older Oracle documentation for EM-related communication
Port 7799 — Management service console port in some EM configurations
Checking What's on Port 1159
To see if Oracle Enterprise Manager is listening on port 1159:
On Linux/macOS:
On Windows:
Using Nmap:
If you see Oracle's OMS process listening, that's your management service waiting for agent uploads.
Why This Port Matters
Database monitoring depends on this port. Every graph you see in the Enterprise Manager console showing CPU usage, query performance, storage growth—that data flowed through port 1159.
When this port is blocked or the service stops listening, your agents keep collecting metrics locally but can't upload them. Your EM console shows stale data. Alerts don't fire. You're flying blind until the upload channel reopens.
For Oracle DBAs, port 1159 is the nervous system of database monitoring. Metrics are the signals. This port is how those signals reach the brain.
Frequently Asked Questions About Port 1159
क्या यह पृष्ठ सहायक था?