oracle中的子查询展开和谓词推入
摘要:详见原文博客链接地址:about subquery unnest/push pred
阅读全文
posted @
2013-04-28 15:07
Roger's oracle blog
阅读(711)
推荐(0)
flashback_transaction_query 查询慢的问题
摘要:详见原文博客链接地址:flashback_transaction_query 查询慢的问题
阅读全文
posted @
2012-11-21 10:20
Roger's oracle blog
阅读(215)
推荐(0)
使用sql profle进行偷梁换柱的小例子–outline exchange(续)
摘要:全文请参考: 使用sql profle进行偷梁换柱的小例子–outline exchange(续)
阅读全文
posted @
2012-09-16 18:42
Roger's oracle blog
阅读(122)
推荐(0)
使用sql profle进行偷梁换柱的小例子
摘要:全文详见原文博客链接: 使用sql profle进行偷梁换柱的小例子
阅读全文
posted @
2012-09-13 23:27
Roger's oracle blog
阅读(126)
推荐(0)
stripe /block size/db_file_multiblock_read_count
摘要:+++++++ 条带大小与block size以及db_file_multiblock_read_count 的关系首先我们来温习下db_file_multiblock_read_count参数,该参数我想都比较熟悉了,不多说。db_file_multiblock_read_count:关于这个参数,不用多说了,是指oracle多块读所能读取的最大block数(主要针对full scan,例如table full scan,index full scan),理论上有这么一个关系: db_file_multiblock_read_count=(max io szie)/block_size ..
阅读全文
posted @
2012-09-01 23:25
Roger's oracle blog
阅读(287)
推荐(0)
10g中distinct加强以及anti jion,semi jion
摘要:详见原文链接 http://www.killdb.com/2012/06/20/10g%e4%b8%addistinct%e5%8a%a0%e5%bc%ba%e4%bb%a5%e5%8f%8aanti-jionsemi-jion.html
阅读全文
posted @
2012-06-20 10:52
Roger's oracle blog
阅读(125)
推荐(0)
3节点rac 调优记录
摘要:详见原文;链接 http://www.killdb.com/2012/06/13/%e4%b8%80%e6%ac%a13-node-rac-tunning.html
阅读全文
posted @
2012-06-13 11:58
Roger's oracle blog
阅读(182)
推荐(0)
有趣的测试
摘要:详见原文链接 http://www.killdb.com/2012/02/19/the_interesting_test.html
阅读全文
posted @
2012-02-19 22:31
Roger's oracle blog
阅读(95)
推荐(0)
关于outline的一点测试和总结
摘要:原文链接 个人博客 http://www.killdb.com/?p=182我们知道outlines 特性在oracle 8i就引入了,不过我用的很少,今天同事问到了,我也就再回顾温习一下,如下是做的简单测试。首先先来看2个跟outline相关的参数:create_stored_outlines ---控制是否自动创建outlineuse_stored_outlines ---控制是否启用outline使用outline的方式有很多种,列出如下几种方式:1. 针对sql语句或sqlidSQL> conn roger/rogerConnected.SQL> alter session
阅读全文
posted @
2011-08-28 23:07
Roger's oracle blog
阅读(358)
推荐(0)