Multiple choice technology databases

There is no entry in the file listener.ora. You issue the command "lsnrctl start". Which process will register the running instance with the listener?

  1. It will give an error

  2. PMON

  3. Default listener is started but the instance wont be registered.

  4. CJQn

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

PMON (Process Monitor) dynamically registers the instance with the listener when there's no static registration in listener.ora. When you start the listener with 'lsnrctl start', it starts successfully, and PMON automatically registers the running instance with it. This is dynamic registration - the instance will be registered despite no listener.ora entry. CJQn is the job queue process, irrelevant here.