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: I/O EVENTS

RE: I/O EVENTS

From: S B <bhulubhuli_at_YAHOO.COM>
Date: Wed, 22 May 2002 05:38:24 -0800
Message-ID: <F001.004676D5.20020522053824@fatcity.com>


Hi Cary,

I also have a same problem but could not solve it yet

I have two m/cs and with identical DB layout etc and running the
same pro*C code under same data volume.The top waits are as follows.

1.oracle-8.0.5 ( 2 processor/RAM 512 MB)

Total run time 45 mins

Event                                   wait(cs)  %
-----------------------------------------------------------
CPU used by this session                218625
73.03299471
SQL*Net message from client             37013
12.36441502
db file sequential read                 18074
6.037728286
SQL*Net more data to client             8891
2.970091966
write complete waits                    8341
2.786361161

2.oracle-8.1.7 ( 2 processor/RAM 512 MB)

Total run time 2.2 hrs

Event                                   wait(cs)  %
-----------------------------------------------------------
SQL*Net message from client           	463790
61.85186173
CPU used by this session                229327
30.5834578
SQL*Net more data to client             32388
4.319321455
db file sequential read                 21698
2.893683986
log file sync                           1788
0.23845087
SQL*Net message to client               530
0.070681745

See the amount of CPU time is almost same in both m/c and
the great diff is being in the "SQL*Net message from client"

I have also seen that in both the m/c the program running
with (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq))) i.e
using BEQ.

Question :-

  1. How to reduce wait time for "SQL*Net message from client"
  2. In the above case,connection is established without a connect string( i.e tnsnames.ora is not used.), so will a change in tnsnames.ora really help ?

Bhulu


Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: S B
  INET: bhulubhuli_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Wed May 22 2002 - 08:38:24 CDT

Original text of this message

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