上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 57 下一页
摘要: [20181206]关于一致性读取3.txt--//简单演示一致性读取以及如何读取undo重构数据块的.我不想转储对应的undo块,解析那些复杂的过程.1.环境:SCOTT@book> @ ver1PORT_STRING VERSION BANNER x86_64/Linux 2.4.xx 11.2 阅读全文
posted @ 2018-12-06 09:31 lfree 阅读(362) 评论(2) 推荐(1)
摘要: [20181130]如何猜测那些值存在hash冲突.txt--//今年6月份开始kerrycode的1个帖子提到子查询结果缓存在哈希表中情况:--//链接:http://www.cnblogs.com/kerrycode/p/9099507.html,摘要:通俗来将,当使用标量子查询的时候,ORAC 阅读全文
posted @ 2018-11-30 11:08 lfree 阅读(270) 评论(0) 推荐(0)
摘要: [20181130]hash冲突导致查询缓慢.txt--//昨天看了链接https://jonathanlewis.wordpress.com/2018/11/26/shrink-space-2/,演示了Shrink Space导致--//执行语句缓慢的情况,我自己重复测试,实际上这样发生的概率还是 阅读全文
posted @ 2018-11-30 11:07 lfree 阅读(444) 评论(0) 推荐(0)
摘要: [20181130]control file sequential read.txt--//昨天上午探究了大量控制文件读的情况,链接:http://blog.itpub.net/267265/viewspace-2222146/--//今天做一些细节探究:1.环境:SYS@xxxxx1> @ ver 阅读全文
posted @ 2018-11-30 11:06 lfree 阅读(282) 评论(0) 推荐(0)
摘要: [20181124]关于降序索引问题3.txt--//链接:blog.itpub.net/267265/viewspace-2221425/,探讨降序索引中索引的键值。--//实际上使用函数sys_op_descend.--//链接:http://blog.itpub.net/267265/view 阅读全文
posted @ 2018-11-24 20:41 lfree 阅读(225) 评论(0) 推荐(0)
摘要: [20181124]关于降序索引问题2.txt--//链接:blog.itpub.net/267265/viewspace-2221425/,探讨降序索引中索引的键值。--//实际上使用函数sys_op_descend.--//前面已经提到结尾加入FF,为了排序的需要。这样导致chr(0),以及后续 阅读全文
posted @ 2018-11-24 19:55 lfree 阅读(212) 评论(0) 推荐(0)
摘要: [20181122]模拟ORA-08103错误.txt$ oerr ora 810308103, 00000, "object no longer exists"// *Cause: The object has been deleted by another user since the oper 阅读全文
posted @ 2018-11-22 16:52 lfree 阅读(346) 评论(0) 推荐(0)
摘要: [20181116]18c DML 日志优化.txt1.环境:xxxxxxxx> select banner_full from v$version;BANNER_FULL Oracle Database 18c Enterprise Edition Release 18.0.0.0.0 - Pro 阅读全文
posted @ 2018-11-16 10:55 lfree 阅读(248) 评论(1) 推荐(0)
摘要: [20181109]12c sqlplus rowprefetch参数5.txt--//这几天一直在探究设置sqlplus参数rowprefetch与arraysize的关系,有必要做一些总结以及一些小更正:1.设置rowprefetch < arraysize 的情况最佳,因为这样fetch的模式 阅读全文
posted @ 2018-11-09 10:15 lfree 阅读(203) 评论(0) 推荐(0)
摘要: [20181109]12cR2 的pre_page_sga参数.txt--//12CR2改变了参数pre_page_sga设置为True.设置为true有好处也有缺点.--//先看看官方的定义:http://docs.oracle.com/cd/E11882_01/server.112/e40402 阅读全文
posted @ 2018-11-09 09:44 lfree 阅读(346) 评论(0) 推荐(0)
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 57 下一页