上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 55 下一页
摘要: 引言 近期我们在DBASK小程序新关联了韩锋频道、互联网侦察、数据库SQL、SQL数据库开发、跨界架构师、石杉的架构笔记等数据领域的公众号,聚合更新展示,欢迎大家阅读分享。 问答集萃 接下来,我们分享本期整理出的问题和诊断总结,供大家参考学习,详细的诊断分析过程可以通过标题链接跳转到小程序中查看。 阅读全文
posted @ 2021-08-18 16:53 雪竹子 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 在进行数据库故障分析和数据库例行扩容评估时,需要对数据库主机的CPU、内存、磁盘、网络进行负荷分析,常规处理方法是定时任务获取主机不同时刻的性能指标,然后对数据进行处理,最后通过excel等工具制作成运行曲线图。此过程繁杂,且不同操作系统的主机运行命令也不同,此项工作效率很难提高。ORACLE提供了 阅读全文
posted @ 2021-08-17 21:19 雪竹子 阅读(357) 评论(0) 推荐(0) 编辑
摘要: APPLIES TO: Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterInformation in this document applies to any platform. SYMPTOMS Alert log 阅读全文
posted @ 2021-08-17 09:37 雪竹子 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 说明:产生direct path read事件的原因有三种情况: Causes This situation occurs in the following situations: The sorts are too large to fit in memory and some of the so 阅读全文
posted @ 2021-08-16 16:02 雪竹子 阅读(486) 评论(0) 推荐(0) 编辑
摘要: Environment – Oracle 12c EE 12.1.0.2.0, 64bit on RHEL 7.3The task auto optimizer stats collection is created by catmwin.sql (run by catproc.sql during 阅读全文
posted @ 2021-08-16 14:21 雪竹子 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1, oracle 10g 用netca方式建立的都默认为动态注册方式2,如果想改为静态注册的方式则在listener.ora 中加入如下内容即可 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 SID_LIST_LISTENER = (SID_ 阅读全文
posted @ 2021-08-11 18:01 雪竹子 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 今天遇到个问题,客户说某天的11:45开始,系统遇到了大量的cursor pin s wait on X,经历一个小时后自动消失,需要查找原因。 这报错一般是某个会话需要申请S模式的mutex,而mutex被其他会话以X模式占有了。查holder也很容易,11g版本前看p2raw的前8位,将16进制 阅读全文
posted @ 2021-08-11 17:35 雪竹子 阅读(701) 评论(0) 推荐(0) 编辑
摘要: 问题描述: 早上巡检是发现一套RAC的ora.chad一个节点的状态是offline,其他的均正常。 crsctl stat res -t ora.chad ONLINE ONLINE csdb2-bm001 STABLE OFFLINE OFFLINE csdb2-bm002 STABLE 解决: 阅读全文
posted @ 2021-08-09 14:32 雪竹子 阅读(535) 评论(0) 推荐(0) 编辑
摘要: A multiprocess Oracle database uses some additional processes called background processes. The background processes perform maintenance tasks required 阅读全文
posted @ 2021-07-29 16:16 雪竹子 阅读(178) 评论(0) 推荐(0) 编辑
摘要: Prior to 12c,PGA_AGGREGATE_TARGET was the Parameter used to control amount of memory allocated to User Processes(mainly work areas). However PGA_AGGRE 阅读全文
posted @ 2021-07-29 09:36 雪竹子 阅读(539) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 55 下一页