How does one start and stop the Oracle Listener?
Submitted by admin on Sun, 2004-08-08 12:28.
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.
»
- Login to post comments

