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: How to find a listener service without running lsnrctl services

Re: How to find a listener service without running lsnrctl services

From: Mike Killough <mwkillough_at_hotmail.com>
Date: Wed, 21 Feb 2001 09:55:32 -0800
Message-ID: <F001.002B99C5.20010221073136@fatcity.com>

ps -ef | grep lsnrctl | awk -F: '{print $4}'

>From: "Rao, Maheswara" <Maheswara.Rao_at_Sungardp3.com>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: How to find a listener service without running lsnrctl services
>Date: Tue, 20 Feb 2001 15:00:26 -0800
>
>Hi DBAs,
>
>I would like to find out whether a specific listener service is up or not
>without running the command ---> lsnrctl services. Is there any way I can
>do this through a shell script or unix command?
>
>My environment : Solaris 2.7 : Oracle 8.0.4
>
>Thanks for your help,
>
>Rao
>
>Maheswara.Rao_at_SunGardP3.com
>
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Rao, Maheswara
> INET: Maheswara.Rao_at_Sungardp3.com
>
>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>San Diego, California -- Public Internet access / Mailing Lists
>--------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from). You may
>also send the HELP command for other information (like subscribing).



Get your FREE download of MSN Explorer at http://explorer.msn.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Mike Killough
  INET: mwkillough_at_hotmail.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Feb 21 2001 - 11:55:32 CST

Original text of this message

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