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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: SQL*Net Connection under-performing

Re: SQL*Net Connection under-performing

From: Ferenc Mantfeld <mantfield_at_connexus.net.au>
Date: Mon, 03 Feb 2003 11:39:39 -0800
Message-ID: <F001.0054265C.20030203113939@fatcity.com>


Details about Tar loggedVivek

I had similar issues with a large customer. I solved this by setting up pre-spawned dedicated processes in the listener. Full in structions available on Metalink. I brought down 1 minute login times to under 10 seconds, by configuring 20 - 40 prespawned connections. Let me know how it works. This can be done relatively easily even in production, configure listener.ora and then simply bounce the listener. Your initial login after that may take you a minute until all the prespawned connections are initiated.

HTH. Regards :

Ferenc Mantfeld
Dreaming costs you nothing. Not dreaming costs you everything.

  SITUATION - With DB Server CPU Idle being 0 % & load average 60-70 % :-   tnsping Connect to one of the Databases (1) takes about 10,000 ms   truss -fdD tnsping <connect string>

      29504: 20.0006 18.8113 read(3, "\0 K\0\004\0\0\0 "\0\0 ?".., 2064) = 75

  Thus 18.... seconds taken as shown above

  Whereas to another Database (2) tnsping takes only 10 ms on the Same machine

  DETAILS :-
  0) 1 GBPS network path exits from APP Servers to the Database Server.

  1. Database 1 Has about 3500 Oracle processes connecting to it Database 2 Has about 1500 Oracle processes connecting to it
  2. Both Databases have Different ORACLE_HOMEs
  3. sqlnet.ora of Database 1 :- AUTOMATIC_IPC=OFF TRACE_LEVEL_CLIENT=OFF TRACE_LEVEL_SERVER=OFF TNSPING.TRACE_LEVEL=OFF
  NO sqlnet.ora exists on Database 2

  4) NO process.dat , regid.dat exists in ORACLE_HOME/network/log Dir of ORACLE_HOME for Both Database

  5) Multiple listener processes are Running for BOTH Databases

  Qs How may the issue be approached ?

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Ferenc Mantfeld
  INET: mantfield_at_connexus.net.au

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Feb 03 2003 - 13:39:39 CST

Original text of this message

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