Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Beginer question: how to launch listener?
"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
![]() |
![]() |