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: ORACLE DBA <mansatdbNOmaSPAM_at_usa.net.invalid>
Date: 2000/04/14
Message-ID: <082a3421.7867b5e2@usw-ex0102-014.remarq.com>#1/1

Hi, you have to kill the listener process thru unix command first identify thru this command
ps -ef | grep LSNRCTL

it will give you process id and the

kill -9 processid thru oracle user.

it will not make any effect on database and then give the command

lsnrctl start
In article <38F58039.2DEC3AEB_at_hotmail.com>, SC <s_c_99_at_hotmail.com> wrote:
>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 Fri Apr 14 2000 - 00:00:00 CDT

Original text of this message

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