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

Home -> Community -> Usenet -> c.d.o.server -> SQL*Net more data from client description

SQL*Net more data from client description

From: Steve Howard <stevedhoward_at_gmail.com>
Date: 26 Jan 2007 09:10:05 -0800
Message-ID: <1169831405.172911.68970@a75g2000cwd.googlegroups.com>


Does the description in the standard docs make any sense to anyone besides me?

http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14237/waitevents003.htm#sthref4561

/*********************

***************************************************************/

SQL*Net more data from client

The server is performing another send to the client. The previous operation was also a send to the client.

Wait Time: The time waited depends on the time it took to receive the data (including the waiting time).

Parameters:

driver id

See "driver id" on page A-8.

#bytes

The number of bytes received from the client.

/*********************

***************************************************************/

SQL*Net more data to client

The server process is sending more data/messages to the client. The previous operation to the client was also a send.

Wait Time: The actual time it took for the send to complete.

/*********************

***************************************************************/

When does the server ever *receive* anything?

Thanks,

Steve Received on Fri Jan 26 2007 - 11:10:05 CST

Original text of this message

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