nerdexam
Oracle

1Z0-062 · Question #189

Identify two prerequisites for configuring Enterprise Manger Database Express (EM Express).

The correct answer is C. Use the DBMS_XDB_CONFIG.SETHTTPPORT procedure to configure a port number for Oracle D. Configure at least one dispatcher for the TCP/IP protocol. EM Express is a lightweight web-based tool that uses Oracle XML DB's built-in HTTP listener rather than a full Oracle HTTP Server. It requires a configured HTTP port and at least one TCP/IP dispatcher to handle incoming connections.

Managing the Database Instance

Question

Identify two prerequisites for configuring Enterprise Manger Database Express (EM Express).

Options

  • AGrant the APEX_PUBLIC_USER role to the SYSMAN user
  • BInstall Oracle HTTP Server
  • CUse the DBMS_XDB_CONFIG.SETHTTPPORT procedure to configure a port number for Oracle
  • DConfigure at least one dispatcher for the TCP/IP protocol
  • ECreate a SYSMAN user with the SYSDBA privilege as an administration for EM Express.

How the community answered

(38 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    89% (34)
  • E
    5% (2)

Why each option

EM Express is a lightweight web-based tool that uses Oracle XML DB's built-in HTTP listener rather than a full Oracle HTTP Server. It requires a configured HTTP port and at least one TCP/IP dispatcher to handle incoming connections.

AGrant the APEX_PUBLIC_USER role to the SYSMAN user

APEX_PUBLIC_USER is a role used by Oracle Application Express (APEX) and has no relevance to EM Express authentication or configuration.

BInstall Oracle HTTP Server

EM Express uses the lightweight HTTP listener built into Oracle XML DB and does not require the separate Oracle HTTP Server (OHS), which is needed for EM Cloud Control.

CUse the DBMS_XDB_CONFIG.SETHTTPPORT procedure to configure a port number for OracleCorrect

The DBMS_XDB_CONFIG.SETHTTPPORT procedure configures the port on which Oracle XML DB's HTTP listener accepts EM Express connections; without a port assigned, the EM Express URL cannot be reached.

DConfigure at least one dispatcher for the TCP/IP protocolCorrect

EM Express relies on Oracle Shared Server dispatchers using the TCP/IP protocol to route client requests; at least one dispatcher must be configured, typically by setting DISPATCHERS in the initialization parameters.

ECreate a SYSMAN user with the SYSDBA privilege as an administration for EM Express.

The SYSMAN account is the repository owner for Oracle Enterprise Manager Cloud Control, not EM Express; EM Express uses existing database accounts such as SYSTEM or accounts with the DBA role.

Concept tested: EM Express port and dispatcher configuration prerequisites

Source: https://docs.oracle.com/en/database/oracle/oracle-database/19/admqs/getting-started-with-database-administration.html

Topics

#EM Express#database management tools#XDB#dispatcher configuration

Community Discussion

No community discussion yet for this question.

Full 1Z0-062 Practice