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 message to|from client

RE: SQL*Net message to|from client

From: Christian Antognini <Christian.Antognini_at_trivadis.com>
Date: Wed, 9 Aug 2006 23:53:01 +0200
Message-ID: <F2C9CCA71510B442AF71446CAE8AEBAF6151EA@MSXVS04.trivadis.com>


Hi

> I am working on Siebel application and have found few stuff are
working
> slow and doing detailed traces with Waits shows that only wait events
are
> SQL*Net message to client'
> SQL*Net message from client'

You have only "SQL*Net message to/from client" probably because the needed data is already in the buffer cache.

The application is fetching only two rows at time (strangely enough the first time 3...). Since the fetches are performed without any possible user's "think time", you should increase the number of rows which are fetched for each database call. I.e. you should increase the fetch size.

HTH
Chris

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Aug 09 2006 - 16:53:01 CDT

Original text of this message

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