How to stop or delete listener in linux
Hi guys
i encountered an error when i was trying to stop the listener in linux environment
The outputs:
[oracle@localhost ~]$ lsnrctl stop
LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 06-JAN-2010 01:38:37
Copyright © 1991, 2007, Oracle. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
TNS-01189: The listener could not authenticate the user
[oracle@localhost ~]$ lsnrctl start
LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 06-JAN-2010 01:39:21
Copyright © 1991, 2007, Oracle. All rights reserved.
TNS-01106: Listener using listener name LISTENER has already been started
[oracle@localhost ~]$ lsnrctl stop LISTENER
LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 06-JAN-2010 01:42:06
Copyright © 1991, 2007, Oracle. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
TNS-01189: The listener could not authenticate the user
[oracle@localhost ~]$ lsnrctl start
LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 06-JAN-2010 01:42:18
Copyright © 1991, 2007, Oracle. All rights reserved.
TNS-01106: Listener using listener name LISTENER has already been started
[oracle@localhost ~]$
can anyone advise me what i should do next?