Multiple choice technology databases

what happens if the listener currently running for prod database is terminated due to some reason?

  1. The currently connected users will be disconnected.

  2. There will be no effect on users.

  3. remote users will not be allowed to spawn sessions.

  4. None of the above

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

If the database listener is terminated, existing connections continue to function unimpeded. However, new remote connections cannot be established because the listener is responsible for receiving and handshaking incoming connection requests.