SQL*Net break/reset to client等待事件

摘要: 第一次遇到因为网络导致dblink异常的等待时间 首先业务反馈在某个时刻出现链接超时,业务异常率较高,让我们配合查询数据库是否正常 根据应用提供的异常时间点,提取相应的ash报告 SQL*Net break/reset to client 这位哥排第一位,官方对于这个等待事件的解释: 还是要检测应用 阅读全文
posted @ 2021-08-18 08:53 数据派 阅读(1050) 评论(0) 推荐(0)

AWR实战分析之----direct path read temp

摘要: 1.direct path read temp select TOTAL_BLOCKS,USED_BLOCKS from v$sort_segment; 看看是不是在不段增加select * from v$sysstat where NAME LIKE '%workarea executions%' 阅读全文
posted @ 2021-08-18 08:47 数据派 阅读(346) 评论(0) 推荐(0)