How does one start and stop the Oracle Listener?

The Oracle SQL*Net listener can be started and stopped with the following commands:

lsnrctl start LISTENER
lsnrctl stop  LISTENER

NOTE: 'LISTENER' is actually the name of the listener in the above example. It may be different on your system. Edit your listener.ora file to get the names of the defined listeners.