升級資料庫到11.2.0.2需要注意的bug

yezhibin發表於2011-09-14
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/,如需轉載,請註明出處,否則將追究法律責任。

相關文章