Multiple choice

Can one listener process listen for more than one protocol?

  1. Yes

  2. No

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A single Oracle Net listener can listen for multiple protocols simultaneously. The listener configuration file (listener.ora) can specify multiple protocol addresses, allowing the listener to accept connection requests for different protocols like TCP/IP, IPC, and others. This provides flexibility in client connectivity configurations.