oralce ora-00600 [kkslgbv0] 的解決方法

eric0435發表於2012-12-10
1 修改引數
SQL> show parameter cursor_sharing
NAME TYPE VALUE
------------------------------------ -------------------------------- ------------------------------
cursor_sharing string FORCE
如果cursor_sharing=FORCE,那麼就修改成為similar;
[kkslgbv0]與cursor_sharing相關,最好用其預設值"exact ".
SQL> alter system set cursor_sharing=similar;
System altered.
Elapsed: 00:00:00.00
SQL> show parameter cursor_sharing
NAME TYPE VALUE
------------------------------------------------------ ------------------------------
cursor_sharing string SIMILAR
2 清空一下共享池
SQL> alter system flush shared_pool;
System altered.
3.分析方案物件
execute dbms_utility.analyze_schema('INSUR_CHANGDE','compute');
[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26015009/viewspace-1059908/,如需轉載,請註明出處,否則將追究法律責任。

相關文章