Multiple choice technology databases

You have just run this syntax to start the listener from the Listener Control utility: LSNRCTL>START Starting /mstgelai/oracle/bin/tnslsnr: please wait... System parameter file is /u01/oracle/network/admin/listener.ora Log messages written to /u01/oracle/network/log/listener.log Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=stc-sun01-server)(PORT=1521))) Connecting to... The command completed successfully What is the name of the Listener you started?

  1. TNSLSNR

  2. LISTENER

  3. LOCAL_LISTENER

  4. DEFAULT_LSRN

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

When you start the listener with LSNRCTL> START without specifying a listener name, it starts the default listener named LISTENER. The output shows the listener starting but doesn't explicitly name it - you need to know the default. TNSLSNR (option A) is the listener executable name, not the listener instance name. LOCAL_LISTENER and DEFAULT_LSRN (options C and D) are not valid default names.