oracle升级到11.2.0.2需要特别注意的bug如下:
1、BUG 10259620: Wrong Results with Use_Concat
现象:使用了function索引,优化器选择use_concat transformation,查询到结
果不正确。bug的重现可以通过hint展现/ *+ OPT_PARAM(' _unnest
_subquery' 'false') USE_CONCAT */
临时解决:设置"_disable_function_based_index"=true
2、 BUG 9776940: ORA-600 [QKEUNREFERENCEEXPR_2] when using score() function
现象:查询语句中使用超过两个score( ) function
临时解决: 无
3、BUG 11719151: Merge statment used when SPM capture causing performance issue
现象:使用SPM(SQL PLAN MANAGEMENT)并且optimizer_capture_sql_plan _baseline=true,提取sqlobj$data进行全表扫描,采用递归MERGE语句。
临时解决:无
4、BUG 9842711 Incorrect SREADTIM and MREADTIM statistics in AUX_STATS$
现象:采用workload 系统统计分析时候,AUX_STATS$生成的的SREADTIM和MREADTIM值太高,正常应该在4~12ms
临时解决:1、不采用workload系统统计分析,使用缺省的noworkload统计分析
2、或者使用set_system_stats进行该参数修改
5、BUG 10269193 Wrong results with outer join and case expression optimization containning ROWID
现象:采用outer join,包含了case表达式,且在case表达式中包含了ROWID
临时解决:无
6、BUG 10623249 High "Latch Free" wait event when resource manager is used (will be include in 11.2.0.4 psu)
暂无更详细描述
使用solaris和veritas
bug 10336129 Solaris : Poor io perf on veritas for 11.2 compared to 10.2
(略)
参阅:metalink 1320996.1 Things to consider Before Upgrade to 11.2.0.2 DB
performance
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/354732/viewspace-707418/,如需转载,请注明出处,否则将追究法律责任。