1Z0-052 · Question #42
Which two statements are true regarding listeners? (Choose two.)
The correct answer is B. Multiple listener processes can run simultaneously on a host. C. Multiple database instances can be registered with a single listener. Oracle Net listeners are flexible in protocol support and registration, allowing multiple listeners per host and multiple database instances per listener.
Question
Which two statements are true regarding listeners? (Choose two.)
Options
- AListeners use only the TCP/IP protocol.
- BMultiple listener processes can run simultaneously on a host.
- CMultiple database instances can be registered with a single listener.
- DThe listener-related errors can be traced only at the administrative level.
- EOnly one database instance can be registered with a single listener at any time.
How the community answered
(52 responses)- A6% (3)
- B90% (47)
- D2% (1)
- E2% (1)
Why each option
Oracle Net listeners are flexible in protocol support and registration, allowing multiple listeners per host and multiple database instances per listener.
Oracle listeners support multiple protocols including TCP/IP, IPC (Inter-Process Communication), and Named Pipes on Windows, not just TCP/IP.
Multiple listener processes can run simultaneously on a single host by configuring each listener with a unique name and port in listener.ora, enabling workload separation or support for multiple protocol endpoints.
Multiple database instances can register with a single listener through dynamic service registration (LREG process) or static configuration in listener.ora, allowing one listener to route connections to many databases.
Listener tracing can be configured at multiple levels - off, user, admin, and support - not exclusively at the administrative level.
A single listener can simultaneously serve many database instances via dynamic service registration, making this statement false.
Concept tested: Oracle Net listener configuration and capabilities
Source: https://docs.oracle.com/en/database/oracle/oracle-database/19/netag/enabling-advanced-features-oracle-net-services.html
Topics
Community Discussion
No community discussion yet for this question.