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: Q: how to properly configure SQL*Net v2 TNS listener process?

Re: Q: how to properly configure SQL*Net v2 TNS listener process?

From: Martin Bell <Martin.Bell_at_btinternet.com>
Date: 1996/12/17
Message-ID: <32b5d0a4.108717707@news.btinternet.com>#1/1

Charles Chen <htchen_at_ix.netcom.com> wrote:

>Hi, I am trying to properly configure my SQL*Net v2 listener. I would
>start it up and then use the "lsnrctl status" command to check it.
>It would report uptime but that there are no services detected. I was
>wondering if this is a normal message or not. My Oracle 7.3.2.1.0 RDBMS
>server (which is on Solaris 2.5.1) is up because I can go into SQL*Plus
>and query the default EMP table. Any suggestions/answers are greatly
>appreciated.
>
>
>Thanks for your time,
>Henry

When you do a

lsnrctl start listener_name

 it should give you information about the configuration and error messages if it has failed. Once started you may want to use

lsnrctl trace listener_name

to see what is happening.

Martin Bell Received on Tue Dec 17 1996 - 00:00:00 CST

Original text of this message

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