上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 58 下一页
摘要: [20190505]关于latch 一些统计信息.txt--//我在两篇文章,提到一些latch的统计信息.链接如下:http://blog.itpub.net/267265/viewspace-2642329/ =>[20190423]简单测试latch nowilling等待模式.txthttp 阅读全文
posted @ 2019-05-05 11:23 lfree 阅读(219) 评论(0) 推荐(0)
摘要: [20190502]给显示输出加入时间戳.txt--//有别人问我执行脚本中timestamp.pl的代码,实际上有些文章里面有源代码,有一些忘记写上了。--//贴上:$ cat /usr/local/bin/timestamp.pl#!/usr/bin/perlwhile (<>) {($sec, 阅读全文
posted @ 2019-05-05 09:11 lfree 阅读(316) 评论(0) 推荐(0)
摘要: [20190423]oradebug peek测试脚本.txt--//工作测试需要写一个oradebug peek测试脚本,不断看某个区域内存地址的值。1.环境:SCOTT@book> @ ver1PORT_STRING VERSION BANNER x86_64/Linux 2.4.xx 11.2 阅读全文
posted @ 2019-04-30 11:11 lfree 阅读(218) 评论(0) 推荐(0)
摘要: [20190423]简单测试latch nowilling等待模式.txt--//我对这个问题的理解就是如果参数willing=0,表示无法获取该latch,直接退出,再寻找类似的latch。--//我仅仅知道redo copy latch具有这个特性:> select addr,name,leve 阅读全文
posted @ 2019-04-24 09:58 lfree 阅读(220) 评论(0) 推荐(0)
摘要: [20190423]那个更快的疑问3.txt--//前一阵子,做了11g在单表单条记录唯一索引扫描的测试,摘要如下:--//参考链接:http://blog.itpub.net/267265/viewspace-2636321/http://blog.itpub.net/267265/viewspa 阅读全文
posted @ 2019-04-23 11:22 lfree 阅读(209) 评论(0) 推荐(0)
摘要: [20190419]shared latch spin count 2.txt--//上午测试shared latch XX模式的情况,链接:http://blog.itpub.net/267265/viewspace-2641902/--//继续测试其它情况.--//链接:http://andre 阅读全文
posted @ 2019-04-19 11:57 lfree 阅读(202) 评论(0) 推荐(0)
摘要: [20190419]shared latch spin count.txt--//昨天测试exclusive latch spin count = 20000(缺省).--//今天测试shared latch spin count的情况,看了一些文章测试等于2 *_spin_count.--//有了 阅读全文
posted @ 2019-04-19 11:18 lfree 阅读(311) 评论(0) 推荐(0)
摘要: [20190418]exclusive latch spin count.txt--//昨天测试"process allocation" latch,主要这个latch与其它拴锁spin方式有点不同,但是缺省都是spin 20000.如何验证一直是困扰我的问题.--//而且现在的模式是spin 一定 阅读全文
posted @ 2019-04-19 09:15 lfree 阅读(318) 评论(0) 推荐(0)
摘要: [20190417]隐含参数_SPIN_COUNT.txt--//在探究latch spin计数之前,先简单探究_SPIN_COUNT.实际上oracle现在版本latch spin的数量不再是2000,而是记录在--//x$ksllclass里面.通过例子说明:1.环境:SYS@book> @ v 阅读全文
posted @ 2019-04-18 11:12 lfree 阅读(303) 评论(0) 推荐(0)
摘要: [20190416]process allocation latch.txt--//看链接:http://andreynikolaev.wordpress.com/2010/12/16/hidden-latch-wait-revolution-that-we-missed/--//里面提到:Orac 阅读全文
posted @ 2019-04-17 10:17 lfree 阅读(249) 评论(0) 推荐(0)
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 58 下一页