1Z0-062 · Question #155
Which statement is true about Enterprise Manager (EM) express in Oracle Database 12c?
The correct answer is D. You cannot start up or shut down a database Instance by using EM express.. Oracle EM Express in 12c is a lightweight, in-database web tool with key limitations, most notably the inability to start up or shut down the database instance.
Question
Which statement is true about Enterprise Manager (EM) express in Oracle Database 12c?
Options
- ABy default, EM express is available for a database after database creation.
- BYou can use EM express to manage multiple databases running on the same server.
- CYou can perform basic administrative tasks for pluggable databases by using the EM express
- DYou cannot start up or shut down a database Instance by using EM express.
- EYou can create and configure pluggable databases by using EM express.
How the community answered
(28 responses)- C7% (2)
- D89% (25)
- E4% (1)
Why each option
Oracle EM Express in 12c is a lightweight, in-database web tool with key limitations, most notably the inability to start up or shut down the database instance.
EM Express is not available by default after database creation - an administrator must first configure the HTTPS port using DBMS_XDB_CONFIG.SETHTTPSPORT before the interface is accessible.
EM Express is scoped to a single database instance - each database has its own separate EM Express interface and there is no built-in capability to manage multiple databases from one console.
While a PDB-level EM Express can be accessed by connecting directly to a PDB, not all basic administrative tasks for pluggable databases are available from the CDB root-level EM Express interface.
EM Express runs via an embedded HTTP server inside the database instance itself, so it cannot perform instance-level lifecycle operations like startup or shutdown - those require SQL*Plus, DBCA, or Oracle Enterprise Manager Cloud Control.
EM Express does not support creating or configuring pluggable databases - PDB lifecycle management requires SQL commands, DBCA, or Oracle Enterprise Manager Cloud Control.
Concept tested: Oracle EM Express limitations and capabilities in 12c
Source: https://docs.oracle.com/en/database/oracle/oracle-database/12.2/admqs/getting-started-with-database-administration.html
Topics
Community Discussion
No community discussion yet for this question.