| Lesson 5 | OEM Cloud Control Console |
| Objective | Use OEM Cloud Control Console to check the status of a database. |
Oracle Enterprise Manager Cloud Control is the modern web-based console used to monitor, administer, and manage Oracle Database targets across an enterprise environment. Earlier Oracle Enterprise Manager lessons often referred to Instance Manager, a legacy graphical tool that helped DBAs inspect and manage individual database instances. In modern Oracle administration, that role has largely moved into the Enterprise Manager Cloud Control console.
The purpose of this lesson is specific: use the Cloud Control console to check the operational status of a database. A database administrator must be able to determine whether a database target is available, unavailable, in warning status, under maintenance, or in an unknown state. The DBA also needs to interpret open mode, database role, recent alerts, host information, version information, and basic performance signals before taking further action.
Enterprise Manager 24ai is the modern management platform. Oracle Database 23ai is a database release that can be monitored and managed as a target. This distinction matters because the Cloud Control console is not the database itself. It is the centralized management layer that communicates with managed targets through Oracle Management Agents, remote agents, plug-ins, Oracle Management Service, and the Enterprise Manager repository.
The original version of this lesson was built around the older Instance Manager idea. Instance Manager helped DBAs inspect instance state, perform startup and shutdown tasks, view parameters, and examine basic database information. That was a useful model when administration was more focused on one database instance at a time.
Modern database administration is broader. A DBA may be responsible for many databases, pluggable databases, hosts, listeners, clusters, standby databases, Exadata systems, and cloud-connected targets. A local tool is not enough for that kind of environment. Cloud Control provides a centralized console where those targets can be discovered, monitored, grouped, searched, and administered.
For that reason, the modern version of this lesson should be understood as a transition from the older Instance Manager workflow to the Cloud Control target workflow. The basic question remains the same: "What is the status of this database?" The tool and architecture used to answer that question have changed.
Checking database status is more than looking for a single "up" or "down" label. A production database may be technically running but still have warning alerts, abnormal wait events, blocked sessions, unavailable services, archive log pressure, memory pressure, or a standby synchronization issue. A useful status check must combine availability, open mode, alerts, and context.
At a minimum, a DBA should check the following items:
The status check should tell the DBA whether the database is healthy, whether it requires investigation, and whether the issue is availability, configuration, performance, storage, or administrative access.
Cloud Control does not magically know whether a database is running. It depends on Enterprise Manager architecture. The Oracle Management Agent or Remote Agent collects target information and sends it to Oracle Management Service. The Management Service stores and processes collected information through the Enterprise Manager repository and displays the result in the Cloud Control console.
In a traditional deployment, an Oracle Management Agent is installed on the host that contains the managed target. In Enterprise Manager 24ai, Remote Agents can also be used in supported configurations to monitor and manage targets without requiring a local agent on every target host. This can reduce the number of agents that must be installed and maintained, especially in large environments.
Before a DBA can check database status in Cloud Control, the database must be discovered as a managed target. If the target has not been discovered, or if the agent is not communicating properly, Cloud Control cannot provide reliable target status.
Several requirements must be satisfied before the Cloud Control console can be used effectively.
The basic workflow for checking a database target is straightforward.
The Database Home page is the main starting point. It gives the DBA a quick operational view of the selected database target. From there, the DBA can decide whether the database is healthy, whether an alert requires investigation, or whether a privileged administrative action is needed.
Enterprise Manager uses target availability states to communicate whether a target is reachable and functioning. The exact icons and labels may vary by version and page, but the DBA should understand the common states.
The most important practical point is that "Unknown" does not always mean the database itself is down. It may mean the monitoring path is broken. The DBA should verify agent communication, host reachability, credentials, and listener status before assuming the database has failed.
Availability tells you whether Enterprise Manager can reach and monitor the database target. Open mode tells you the state of the database itself.
Open mode is especially important in environments using CDBs and PDBs. A container database may be open, while individual pluggable databases may have their own open modes. A DBA should avoid assuming that the status of the CDB automatically means every PDB is open for application use.
The Database Home page provides a central view of database health. A DBA checking status should begin with the summary information, then drill into related pages if something looks abnormal.
Typical information includes:
This page helps the DBA answer the first operational question: "Is the database in the expected state?" If the answer is yes, the DBA may proceed to routine monitoring. If the answer is no, the DBA should move into investigation.
The Performance area helps the DBA inspect workload behavior. Depending on licensing and configuration, the DBA may see active sessions, wait activity, host resource usage, database time, SQL activity, and performance graphs. These views can help distinguish an availability problem from a performance problem.
For example, users may report that an application is unavailable. The database target may show as Up, but the Performance page may reveal extreme session waits, blocked sessions, CPU saturation, or I/O bottlenecks. In that case, the database is technically available, but not healthy from an application perspective.
This is why database status should not be reduced to a single icon. The DBA should use Cloud Control to interpret target health in context.
The Administration area provides access to privileged database operations. These may include startup and shutdown, initialization parameter review, archive log mode information, memory configuration, storage administration, user session management, and other operational tasks.
Startup and shutdown actions must be treated carefully. They can affect applications, users, batch jobs, replication, standby databases, and service-level commitments. A DBA should verify change windows, application dependencies, and authorization before performing disruptive operations.
Viewing status is a monitoring activity. Starting or stopping a database is an administrative action. The rewritten lesson should preserve that distinction.
The Monitoring area is used to inspect alerts, incidents, metrics, thresholds, and target health indicators. This area helps the DBA determine whether a warning or critical condition has been raised against the target.
Common monitoring concerns include:
Monitoring data is especially important because the first sign of trouble may not be a complete database outage. Many problems begin as warnings. A tablespace may be nearly full, an archive destination may be under pressure, or a host file system may be approaching capacity. Cloud Control helps the DBA detect these signals before they become outages.
The Configuration area provides detailed information about the target's collected configuration. This may include database properties, initialization parameters, host relationships, Oracle home information, and configuration history. Configuration review is valuable when troubleshooting a recent change.
For example, suppose a database began showing warning alerts after a patching cycle. The DBA may need to review configuration history, target properties, agent status, or monitoring configuration. Cloud Control provides a way to inspect this information from the console rather than relying only on manually collected notes.
A DBA checking database status should think in layers.
This layered approach prevents false conclusions. It also helps the DBA separate database failure, monitoring failure, configuration drift, and workload pressure.
In this module, the COIN database can be treated as the example database target. In a modern Cloud Control workflow, the DBA would log in to the console, select Targets > Databases, locate the COIN target, and open its Database Home page.
The DBA would then verify that COIN is available, review the open mode, inspect any alerts, confirm the host and version, and determine whether additional investigation is needed. If COIN shows a warning state, the next step would be to drill into Monitoring or Performance. If COIN shows Unknown, the next step would be to inspect the agent and monitoring path before assuming the database itself is down.
Checking database status is the first Cloud Control skill. Once the DBA knows that the database target is visible, reachable, and in the expected operating state, the next practical question is whether the database has enough storage capacity to continue operating normally.
That leads naturally to the next lesson: using Cloud Control to view tablespace information. Tablespace monitoring is one of the most common database administration tasks because space pressure can affect availability, application inserts, index maintenance, batch processing, and archive-related operations.
In the next lesson, you will use Cloud Control to inspect tablespace information and understand how storage status fits into the broader health of the database target.
Oracle Enterprise Manager Cloud Control provides a centralized console for checking database status. Instead of relying on the older Instance Manager model, a modern DBA uses Cloud Control to review managed targets, availability state, open mode, host information, database role, alerts, incidents, and performance indicators.
The most important lesson is that database status is contextual. A target may be Up, Down, Warning, Unknown, or under maintenance. A database may be open read write, read only, mounted, or not fully open. Alerts may indicate storage, listener, agent, session, or performance problems. Cloud Control helps the DBA bring these signals together into a practical operational view.
Used correctly, the Cloud Control console helps the DBA move from isolated instance inspection to centralized enterprise monitoring. It provides the starting point for deeper administration, performance analysis, configuration review, and capacity management.
COIN database.