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

Home -> Community -> Usenet -> c.d.o.server -> Re: lsnrctl can't start tcp_listener

Re: lsnrctl can't start tcp_listener

From: Steve McDaniels <steve.mcdaniels_at_sierra.com>
Date: 1998/04/03
Message-ID: <6g3u34$i7d@yobi.sierra.com>#1/1

I was getting this message as well; it would never come up on the <default> port
of 1521. The last portion of my listener.ora file is:

LISTENER=
(
:data for my listener
)

 STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = OFF
#

Remove all lines after your listener definition and the (#) except for those shown above.

Robert Lim wrote in message <352142C7.F1B0461_at_savesmart.com>...
>Scott,
>
>How are you connecting to your dbase (e.g. ORACLE_SID or TWO_TASK) ?
>Either way, you'll need a file called tnsnames.ora which is called for
>in your user's manual.
>
>Scott Douglass wrote:
>>
>> I can't start TNS listeners. Can anyone help me solve this problem? My
>> server is Workgroup Server 7.3.2.2 on Solaris/SPARC.
>>
>> Here's what happens when I try to start a tcp listener:
>>
>> $ ./lsnrctl start tcp_listener
>>
>> LSNRCTL for Solaris: Version 2.3.2.1.0 - Production on 29-MAR-98 23:44:52
>>
>> Copyright (c) Oracle Corporation 1994. All rights reserved.
>>
>> Starting /opt/oracle7/bin/tnslsnr: please wait...
>>
>> TNSLSNR for Solaris: Version 2.3.2.1.0 - Production
>> System parameter file is /var/opt/oracle/listener.ora
>> Log messages written to /opt/oracle7/network/log/tcp_listener.log
>> Attempted to listen on:
>>

(DESCRIPTION=(CONNECT_TIMEOUT=10)(ADDRESS=(PROTOCOL=TCP)(HOST=ultra)(PORT=15 21)))
>> TNS-12538: TNS:no such protocol adapter
>> TNS-12560: TNS:protocol adapter error
>> TNS-00508: No such protocol adapter
>>
>> I've done several fresh installs of the workgroup server and always get
>> this problem. There is no point during the install process where I'm
>> prompted to select which listeners to install, and according to the docs
>> the tcp listener is ALWAYS installed.
>>
>> Any help would be greatly appreciated!
>>
>> Scott Douglass
>
>--
>Cheers,
>
>Rob
>Web Admin./Internet Developer
>SaveSmart Inc.
>http://www.savesmart.com
Received on Fri Apr 03 1998 - 00:00:00 CST

Original text of this message

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