Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQL*Net more data from client description
On Jan 26, 1:41 pm, "Charles Hooper" <hooperc2..._at_yahoo.com> wrote: The description make sense to me.
>
Thanks, Charles.
My understanding of this event has always been that the client has indicated it has more to send (large anonymous PL/SQL block, for example), and the underlying network transport (MTU, in sql*net land) is not large enough to send it, so it makes multiple passes to the shadow process on the database server. We don't have these large type of statements being sent.
I have heard Jonathan Lewis and Cary Milsap use similar verbiage (although not exact).
...and Jonathan Lewis...
<quote>sql*net more data from client is not an idle event because the client software is "trying" to send a large packet of data and had to break it into bits and (from its perspective) is waiting for the request from the server for the next installment</quote>
The background is we are going to an incredibly granular level of tuning an application prior to going live on a two node RAC. We have tuned the SQL (to a nauseating degree :-)).
We have in house written load stressing software that keeps track of application response times. The only event we can statistically correlate to spikes in application response time is "SQL*Net more data from client". The correlation is .7, and nothing else even comes close to that tight of a relationship (I/O, latches, etc.).
As a result, we are trying to iron out the small blips in performance differences tied to this.
<This wait event is likely close to meaningless on a LAN>
We set tcpNoDelay on the application side which almost double averaged response time from eight centiseconds to four. Now, we are just trying to eliminate the somewhat unpredictable bursts (if it's even possible, we realize it may not be) in application response time when no other waits are correlated (no RAC events, I/O, fill in the blank, etc.).
As I noted, the "SQL*Net more data _from_ client" event just seems to have an odd description in the documentation. "SQL*Net more data _to_ client" makes sense, though.
Thanks again,
Steve Received on Fri Jan 26 2007 - 13:20:46 CST