上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 56 下一页
摘要: [20220304]使用gdb完成各种进制转换.txt--//一般使用gdb调试跟踪程序,centos 7以上版本gdb支持管道,可以使用gdb p命令实现10,16进制转换,通过一些例子说明:# cat /etc/redhat-releaseCentOS Linux release 7.9.200 阅读全文
posted @ 2022-03-16 09:45 lfree 阅读(752) 评论(0) 推荐(0)
摘要: [20220303]oracle如何定位使用library cache mutex 3.txt--//这个问题实际上困扰我很久,我开始以为library cache bucket在1个chunk内,只要知道 基地址+40*buckect值 获得偏移,定位--//library cache bucke 阅读全文
posted @ 2022-03-04 11:08 lfree 阅读(857) 评论(0) 推荐(0)
摘要: [20220302]oracle如何定位使用library cache mutex 2.txt--//这个问题实际上困扰我很久,我开始以为library cache bucket在1个chunk内,只要知道 基地址+40*buckect值 获得偏移,定位--//library cache bucke 阅读全文
posted @ 2022-03-04 10:06 lfree 阅读(1141) 评论(0) 推荐(0)
摘要: [20220301]oracle如何定位使用library cache mutex.txt--//这个问题实际上困扰我很久,我开始以为library cache bucket在1个chunk内,只要知道 基地址+40*buckect值 获得偏移,定位--//library cache bucket 阅读全文
posted @ 2022-03-04 08:58 lfree 阅读(174) 评论(0) 推荐(0)
摘要: [20220228]enq TX - allocate ITL entry的测试3.txt--//上个星期的测试有点乱,重新规划测试.1.环境:SCOTT@book> @ver1PORT_STRING VERSION BANNER x86_64/Linux 2.4.xx 11.2.0.4.0 Ora 阅读全文
posted @ 2022-02-28 10:30 lfree 阅读(129) 评论(0) 推荐(0)
摘要: [20220106]ora-00600 kokasgi1.txt--//上午看了https://www.xifenfei.com/2022/01/2022-first-recovery-ora-600-kokasgi1.html的恢复,我前一阵子也帮别人做了1次恢--//复。作者通过特殊手段启动数据 阅读全文
posted @ 2022-01-06 17:26 lfree 阅读(206) 评论(0) 推荐(1)
摘要: [20220104]in list 几种写法性能测试.txt--//以前写过几种in list的写法,从来没有测试过这几种方法的性能测试看看.1.环境:SCOTT@book> @ver1PORT_STRING VERSION BANNER x86_64/Linux 2.4.xx 11.2.0.4.0 阅读全文
posted @ 2022-01-05 08:43 lfree 阅读(266) 评论(0) 推荐(0)
摘要: [20211217]滑稽可笑的程序代码2.txt--//实在不知道如何取标题..感觉很无奈无语...--//昨天上午快下班的时候我使用ashtop看等待事件,无意中发现生产系统的一条sql语句执行时间有点长,但是快下班没有仔细看,下--//午又因为别的时间下班了才仔细看该sql语句,我实在无法表达我 阅读全文
posted @ 2022-01-04 09:47 lfree 阅读(395) 评论(0) 推荐(0)
摘要: [20211215]提示precompute_subquery补充.txt--//前几天测试precompute_subquery,我仔细想一下好像以前看书或者别人的blog见到使用过.--//我翻看以前的工作日志,发现blog如下:D:\notes>dir /s/b *precompute_sub 阅读全文
posted @ 2021-12-15 09:45 lfree 阅读(125) 评论(0) 推荐(0)
摘要: [20211213]提示precompute_subquery.txt--//学习了提示precompute_subquery,提示很明显就是先计算子查询的结果集,直接通过例子说明:1:环境:SCOTT@book> @ ver1PORT_STRING VERSION BANNER x86_64/Li 阅读全文
posted @ 2021-12-13 11:41 lfree 阅读(154) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 56 下一页