搜索

记一次生产数据库log file sync 等待事件异常及处理过程

发表于 2025-11-04 14:32:36 来源:全栈开发
记一次生产数据库log file sync 等待事件异常及处理过程
复制select trunc(sample_time,记次及处 mi) tm, sql_id, nvl(event,CPU),count(distinct session_id) cnt   from dba_hist_active_sess_history   where sample_time between to_date(2019-09-03 9:30:00) and   to_date(2019-09-03 11:00:00)   group by trunc(sample_time, mi), sql_id,nvl(event,CPU)   order by cnt desc;  1.2.3.4.5.6.
随机为您推荐
版权声明:本站资源均来自互联网,如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

Copyright © 2016 Powered by 记一次生产数据库log file sync 等待事件异常及处理过程,全栈开发  滇ICP备2023006006号-32sitemap

回顶部