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

Home -> Community -> Usenet -> c.d.o.tools -> Re: how to manually startup listener?

Re: how to manually startup listener?

From: SC <s_c_99_at_hotmail.com>
Date: 2000/04/13
Message-ID: <38F58039.2DEC3AEB@hotmail.com>#1/1

You can check the status of the listener by

      lsnrctl status
if it shows a service handler than it means that its up and running otherwise type

      lsnrctl start
to start it or "lsnrctl stop" to stop it.

s_c_99_at_hotmail.com

Wu Hai wrote:
>
> My oracle server (in Solaris 2.6) had successfully started up listener
> before, but after I restarted it, it could not start it up automatically.
> How can I start it up manually?
>
> Wu Hai
  Received on Thu Apr 13 2000 - 00:00:00 CDT

Original text of this message

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