Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> SQL*Net more data from client description
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