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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Beginer question: how to launch listener?

Re: Beginer question: how to launch listener?

From: andrija <ar35644_at_fer.hr>
Date: Tue, 15 Jan 2002 14:17:17 +0100
Message-ID: <a21a5t$1jfr$1@as201.hinet.hr>

"Iskander Karibzhanov" <gtg010c_at_prism.gatech.edu> wrote in message news:a213u7$93f$1_at_news-int.gatech.edu...
> I am a beginner in Oracle. I tried my first database on my laptop and got
> the following error. I created a listener but I couldn't launch it because
I
> don't know how to do this. Please help me. Which program is supposed to
> launch listener?
>
> -----------------------------------
> Initializing first test to use userid: scott, password: tiger
> Attempting to connect using userid: scott
> The test did not succeed.
> ORA-12541: TNS:no listener
>
> There may be an error in the fields entered,
> or the server may not be ready for a connection.
> -----------------------------------
>
>

lsnrctl start

or you start just

lsnrctl

and then you can do start, stop, status, help, etc Received on Tue Jan 15 2002 - 07:17:17 CST

Original text of this message

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