Oracle Database 12c: Installation and Administration — Question 64
Which two must be installed or configured either manually or by DBCA in order to use Enterprise Manager Database Express (EM Express)? (Choose two.)
Answer options
- A. A port number for Oracle HTTP Server must be configured
- B. The APEX_PUBLIC_USER role must be granted to SYSMAN
- C. A SYSMAN user with SYSDBA privilege must be created
- D. At least one TCP/IP dispatcher must be configured
- E. The Oracle HTTP Server must be installed
Correct answer: B, D
Explanation
The correct answers are B and D. Granting the APEX_PUBLIC_USER role to SYSMAN is essential for EM Express functionality, and configuring at least one TCP/IP dispatcher is necessary for communication. The other options, while relevant to Oracle configurations, are not mandatory for EM Express operation.