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.
SQL*Net break/reset to client
The server sends a break or reset message to the client.
The session running on the server waits for a reply from the client.
在等待事件中,"SQL*Net more data to client"是最为显著的,这意味着什么呢?
这说明数据库在向客户端发送数据,而且是"more",不停的发送,如果网络状况不好,或者网络流量过大,都可能导致这一等待非常显著。
客户的这个环境属于前者,由于通过公网访问,网络质量不够理想,出现了访问延迟的问题。
一般都是网络问题引起
原因单位机器上配置了2个网卡,内外网隔离