To start the listener, issue the lsnrctl start command:
c:\> lsnrctl start
If you need to stop the listener, you can issue the lsnrctl stop command:
c:\> lsnrctl stop
To determine what databases the listener is configured to service requests, you can read the listener.ora configuration file. Or you can issue the lsrnctl status command:
c:\> lsnrctl status