Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Wait event problems
FWIW
I tried "mucking" around with the SDU/TDU parameters on both the client and the server and never got much success. Tried to up the 2K to 8K but it still was sending alot of 2k packets. I had more results upping the array size to 90-100 in glogin (default is 15).
Kathy
-----Original Message-----
Sent: Thursday, June 13, 2002 6:53 PM
To: Multiple recipients of list ORACLE-L
This is never an "idle" event. The phrase "more data from client" indicates that the individual SQL operation is larger than a single SQL*Net packet. No big deal; it happens all the time, and SQL*Net handles it with "continuation packets". Only issue is that the client is taking a lot of time between each packet sent. Jack's conclusion that the client process (in the "client-server" database connection) is not providing data in a "timely fashion" is exactly correct. You most likely have a slow client process...
Oracle documentation frequently tries to encourage mucking about with SDU/TDU parameters in SQL*Net configuration files, but I've rarely seen this be more effective than tuning the client process... :-)
> Lee,
>
> This is an idle wait event, meaning that the query
> process is waiting on instructions from the client.
>
> Usually this process is benign, but sometimes can
> indicate that the feeding process is not providing
> data in a timely fashion.
>
> hth,
>
> jack silvey
>
> --- Robertson Lee - lerobe <lerobe_at_acxiom.co.uk>
> wrote:
> > All,
> >
> > Oracle 8.0.5.0.0
> > Tru64 v4.0f
> >
> > We are running a job and statspack reports show that
> > our only problem (it is
> > running like a dog) is the following
> >
> > SQL*Net more data from client.
> >
> > Done some reading and still none the wiser. Anyone
> > else had this sort of
> > problem and if so how did you get around it ??
> >
> > Regards
> >
> > Lee
> >
> >
> >
> >
> >
> > The information contained in this communication is
> > confidential, is intended only for the use of the
> > recipient
> > named above, and may be legally privileged. If the
> > reader
> > of this message is not the intended recipient, you
> > are
> > hereby notified that any dissemination, distribution
> > or
> > copying of this communication is strictly
> > prohibited.
> > If you have received this communication in error,
> > please
> > re-send this communication to the sender and delete
> > the
> > original message or any copy of it from your
> > computer
> > system.
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Jack Silvey
> INET: jack_silvey_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).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Tim Gorman INET: Tim_at_SageLogix.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). Confidential This e-mail and any files transmitted with it are the property of Belkin Components and/or its affiliates, are confidential, and are intended solely for the use of the individual or entity to whom this e-mail is addressed. If you are not one of the named recipients or otherwise have reason to believe that you have received this e-mail in error, please notify the sender and delete this message immediately from your computer. Any other use, retention, dissemination, forwarding, printing or copying of this e-mail is strictly prohibited. -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Kathy Duret INET: KathyD_at_belkin.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 Fri Jun 14 2002 - 13:37:41 CDT
![]() |
![]() |