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

Home -> Community -> Usenet -> c.d.o.server -> Re: Q: How to tell if listener is up on HP-UX?

Re: Q: How to tell if listener is up on HP-UX?

From: Paul Close <closep1_at_westat.com>
Date: 1996/11/25
Message-ID: <329A04F1.2ED1@westat.com>#1/1

John Emmerling wrote:
> response I got was "no listener" from TNS.
>

try: 'lsnrctl status' on the HP box and it should show s listener for your instance.

also: 'ps -ef |grep ora'
will show all processes with an ora somewhere in them, catches processes that start with ora_ and processes by the user 'oracle', etc. One of them should be a listener.

Had a bit of work to get the listener to auto-start, but finally worked that out, too. Drop a note if you think I can help, though I'm a novice myself.

-Paul Close (Westat, Inc.) Received on Mon Nov 25 1996 - 00:00:00 CST

Original text of this message

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