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: SQL*Net listener problem - Help appreciated

Re: SQL*Net listener problem - Help appreciated

From: Joel Garry <joelga_at_pebble.org>
Date: 1998/06/24
Message-ID: <slrn6p33kr.94i.joelga@pebble.org>#1/1

On Tue, 23 Jun 1998 22:49:06 +1000, Ursula Richens <uar_at_deakin.edu.au> wrote:
>Please reply to leigh_at_deakin.edu.au or this newsgroup.
>The posted email address (uar_at_deakin.edu.au) is no longer in use.
>
>Regards,
>Leigh.
>
>Ursula Richens wrote:
>>
>> Hi folks,
>> I have a problem with our production SQL*Net listener. Twice in
>> the last two weeks it has refused any new connections from a certain
>> time during peak usage (eg late morning). Anyone already connected is
>> fine, however it refuses any new connections returning the message:
>> TNS-12203: TNS:unable to connect to destination.
>> You can't even do a status check on the listener from the server using
>> 'lsnrctl status LISTENER_PROD'. It just sits and waits without returning
>> anything other than the lsnrctl banner and the 'Connecting to
>> (ADDRESS=(PROTOCOL=IPC)(KEY=FINPROD.world))' message. ctrl-c is needed
>> to cancel. 'lsnrctl stop LISTENER_PROD' won't work either. I have to
>> kill the process and start it up again. It is then alright until the
>> next time.
>> This is the case when trying to connect via sqlnet using sqlplus on the
>> server itself, and via clients, so it is not a problem with the 'ora'
>> config files which have not been changed recently anyway. Especially
>> when the training and test databases which get a lot less use are fine
>> and use the same 'ora' config files.

Perhaps you are out of file descriptors. Try /usr/proc/bin/ptree and pfiles to see (especially on the oracle processes - if you've got a lot of files defined, you may be running out when trying to open the tnsnames.ora). Also check your oracle process limit and your various /etc/system limits as described in the install manual.

>> I've turned admin tracing on for the client, server and listener to see
>> if the trace or log files can give extra info but they don't.
>> Running:
>> Oracle Server 7.3.3.4
>> Solaris 2.5
>> lsnrctl for solaris v2.3.3.0.0
>> Oracle Financials 10.7 10SC v16.1
>> User connections via listener upward of 80.
>>
>> 'netstat -n' indicates a CLOSE_WAIT status, amoung others, for the
>> listeners port (1522). See below:
>> TCP
>> Local Address Remote Address Swind Send-Q Rwind Recv-Q
>> State
>> -------------------- -------------------- ----- ------ ----- ------
>> -------
>> 10.1.1.100.1522 10.1.16.61.1030 8760 0 17215 0
>> ESTABLISHED
>> 10.1.1.100.1522 10.1.1.100.35831 8192 0 32520 0
>> CLOSE_WAIT
>>
>> This however only indicates to me that the listener port is possibly
>> hung?
>>
>> Any help much appreciated.
>>
>> Leigh Satchell
>> Information Technology Services
>> City of Greater Geelong.

-- 
These opinions are my own and not necessarily those of Information Quest
or Pebble In The Sky                     http://www.informationquest.com
http://ourworld.compuserve.com/homepages/joel_garry jgarry@nospameiq.com
"See your DBA?"  I AM the @#%*& DBA!     Remove nospam to reply.  Sorry.
Received on Wed Jun 24 1998 - 00:00:00 CDT

Original text of this message

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