Oracle Database 12c: Installation and Administration — Question 193

Your database is open and the listener LISTENER is up. You issue the command:

LSNRCTL> RELOAD -
What is the effect of reload on sessions that were originally established by listener?

Answer options

Correct answer: C

Explanation

The correct answer is C because the RELOAD command does not disrupt existing sessions; they continue functioning normally even while the listener updates its configurations. Options A, B, and D suggest disconnection or disruption of sessions, which is not the case with the RELOAD command.