Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
What is the difference between Network Wait vs I/O Wait?
해결 방안
Network Wait is the time spent waiting for messages to be sent or received over the network interface. I/O Wait is the time spent waiting for disk input/output operations to complete.
Network performance is measured in number (per second) of packets sent and received. SQL*Net is the Oracle network interface that allows Oracle tools running on network workstations and servers to access, modify, share, and store data on other servers. SQL*Net is considered part of the program interface in network communications.
Network statistics can be used in much the same way as disk statistics to determine if a network or network interface is overloaded or not performing optimally.
Excessive network wait can be caused by either excessive network usage originating in the application or physical problems, identifiable by network errors and network collisions.