DBA学习之路

敬畏数据,谨慎对待每一个问题

导航

2024年5月13日

摘要: 转自:https://blog.csdn.net/loveLAxin/article/details/129357083 1.表高水位线概述: 高水线(HWM)是数据块未格式化且从未使用过的数据段中的点。也就是说高水位线存在于段。 查询表数据时,会扫描高水位线下的所有数据块。(包括删除以后不存在数据 阅读全文

posted @ 2024-05-13 23:16 dclogs 阅读(84) 评论(0) 推荐(0) 编辑

摘要: 转自:https://cloud.tencent.com/developer/article/1861861 参考:判断表上是否存在高水位线https://www.cnblogs.com/handhead/p/13218961.html Oracle的逻辑存储管理 ORACLE在逻辑存储上分4个粒度 阅读全文

posted @ 2024-05-13 22:50 dclogs 阅读(98) 评论(0) 推荐(0) 编辑

摘要: 转自:https://blog.csdn.net/leshami/article/details/7362156 1.create table as引发的问题 由于是对原表进行克隆,且数据存储在不同的表空间,因此毫不犹豫地使用了CREATE TABLE AS,结果在运行package时,error. 阅读全文

posted @ 2024-05-13 19:29 dclogs 阅读(11) 评论(0) 推荐(0) 编辑

摘要: 转自: https://www.cnblogs.com/Richardzhu/articles/2874972.html https://www.cnblogs.com/yumiko/p/6036795.html 一、本文说明: 今天在做测试的时候发现字段上有索引,但是执行计划就是不走索引,经过在网 阅读全文

posted @ 2024-05-13 18:46 dclogs 阅读(15) 评论(0) 推荐(0) 编辑

2024年5月12日

摘要: 本文转自:https://blog.csdn.net/cuiyan1982/article/details/77814534 1.ASH日志报告详解 1.1 ASH报告 使用ash报告,在生成ash报告之后,可以重新检索哪些标识为短暂性能问题的信息。 ash报告的内容分成了以下几个部分: top e 阅读全文

posted @ 2024-05-12 18:25 dclogs 阅读(42) 评论(0) 推荐(0) 编辑

摘要: 转自:https://www.cnblogs.com/remote-antiquity/p/7815747.html 一、AWR(Automatic Workload Repository)自动工作负载信息库 AWR是Oracle 10g中的一个新特性,类似于10g以前的statspack.不过在使 阅读全文

posted @ 2024-05-12 15:33 dclogs 阅读(97) 评论(0) 推荐(0) 编辑

2024年5月11日

摘要: 转自:https://www.cnblogs.com/lijiaman/p/10423272.html#4237610 数据库版本:11.2.0.4 RAC(1)问题现象从EM里面可以看到,在23号早上8:45~8:55时,数据库等待会话暴增,大约到了80个会话。通过查看EM的SQL信息,发现等待产 阅读全文

posted @ 2024-05-11 21:42 dclogs 阅读(30) 评论(0) 推荐(0) 编辑

摘要: 转自:https://www.cnblogs.com/lijiaman/p/10381167.html 转自:https://blog.csdn.net/u014596132/article/details/135558951 (一)与awr/addm/ash类似信息的相关视图 (1)视图 v$se 阅读全文

posted @ 2024-05-11 21:38 dclogs 阅读(5) 评论(0) 推荐(0) 编辑

2024年5月9日

摘要: 转自:http://www.askmaclean.com/archives/performance-tuning-oracle-awr.html 附加: http://www.zhaibibei.cn/awr/1.1/十步解析awr报告 https://www.askmac.cn/archives/ 阅读全文

posted @ 2024-05-09 21:57 dclogs 阅读(357) 评论(0) 推荐(0) 编辑

2024年5月7日

摘要: 转载自:https://blog.csdn.net/qq_34556414/article/details/80526243 等待事件: "db file sequential read" Reference Note (文档 ID 34559.1) 这种等待事件是一种IO读请求相关的等待。与”db 阅读全文

posted @ 2024-05-07 23:24 dclogs 阅读(70) 评论(0) 推荐(0) 编辑