博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SQL*Net more data to client
阅读量:4432 次
发布时间:2019-06-07

本文共 523 字,大约阅读时间需要 1 分钟。

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个网卡,内外网隔离

 

转载于:https://www.cnblogs.com/zhaoyangjian724/p/3798065.html

你可能感兴趣的文章
ChibiOS/RT 2.6.9 CAN Low Level Driver for STM32
查看>>
查询帮助
查看>>
ASP.NET Session详解(转)
查看>>
[POJ1007]DNA Sorting
查看>>
Java读取文件
查看>>
物件识别与距离测量系统
查看>>
结对博客
查看>>
我在城市快节奏中的慢生活
查看>>
B1232 [Usaco2008Nov]安慰奶牛cheer 最小生成树
查看>>
使用 git push 出现error setting certificate verify locations问题记录
查看>>
真没想到VB也可以这样用之指针技术 --不详,向作者致敬  ,转
查看>>
2、在1.VMware虚拟机上安装ubantu系统
查看>>
vue
查看>>
用 eric6 与 PyQt5 实现python的极速GUI编程(系列01)--Hello world!
查看>>
java--线程的睡眠sleep()
查看>>
Python3.x:定时获取页面数据存入数据库
查看>>
洛谷 P1290 欧几里德的游戏 题解
查看>>
python 归纳 (十三)_队列Queue在多线程中使用
查看>>
idea管理tomcat
查看>>
System.Activator类
查看>>