Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: shutdown password protected listener

Re: shutdown password protected listener

From: Mladen Gogala <mgogala_at_verizon.net>
Date: Wed, 03 Jan 2007 02:44:27 -0500
Message-id: <1167810267l.2785l.1l@medo.noip.com>

On 01/02/2007 11:13:41 PM, Mark Brinsmead wrote:
> You need to put everything in a single invokation of LSNRCTL. Like this:

Or, to use a Gordian knot type solution, you can kill the corresponding tnslsnr process. Essentially, that's all that lsnrctl does when stopping the listener. Listener even has its name on the command line, so that kill -9 is easy: $ ps -ef|grep tnslsnr|grep -v grep
oracle 3114 1 0 02:42 ? 00:00:00 /oracle/product/10g/bin/tnslsnr LISTENER -inherit $

-- 
Mladen Gogala
http://www.mladen-gogala.com

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jan 03 2007 - 01:44:27 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US