oralce ora-00600 [kkslgbv0] 的解決方法
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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oralce ora-00600 [kkslgbv0] 的解決方法
- 啟動發生ORA-00600:解決方法!
- oralce觸發器解決問題觸發器
- ORA-00600: [kcratr_nab_less_than_odr]報錯解決方法
- ORA-27090,ORA-00600: internal error code, arguments: [4194],的解決方法Error
- Oralce OMF 功能詳解
- ORA-00600:[2252] 錯誤解決
- ORA-00600 2662問題解決
- 突然停電重啟資料庫就出現ORA-00600錯誤的解決方法(轉)資料庫
- ORA-27090及ORA-00600: internal error code, arguments: [4194], [18], [4]的解決方法Error
- TabError的解決方法Error
- ArtifactDescriptorException的解決方法Exception
- DML DDL 都報ORA-00600: [kntgMvLogObjn]的解決辦法GoOBJ
- Oralce 使用SQL中的exists 和not exists 用法詳解SQL
- 臨時解決:ORA-00600: internal error code, arguments: [19004], [], [],Error
- dns劫持怎麼解決 dns劫持的解決方法DNS
- 遇到問題的解決方法
- 求事務的解決方法
- ora-00600兩個子錯誤733, 6006解決
- ORA-00600: internal error code, arguments: [13310], [],錯誤解決Error
- ORA-00600: internal error code, arguments: [keltnfy-ldmInit] 錯誤解決Error
- 金沙不給提款的解決方法
- 跨域的九種解決方法跨域
- pycharm不支援django的解決方法PyCharmDjango
- 解決GitHub打不開的方法Github
- undefined reference to錯誤的解決方法Undefined
- vue命令無效的解決方法Vue
- reCAPTCHA打不開的解決方法APT
- 解決Vue中”This dependency was not found”的方法Vue
- word停止工作的解決方法
- Failed to execute aapt的奇怪解決方法AIAPT
- Stale NFS file handle的解決方法NFS
- 解決Ajax不能跨域的方法跨域
- 解決Oracle死鎖的快捷方法Oracle
- 批量解決oracle鎖等待的方法Oracle
- 禁止ViewState的3種解決方法View
- **PHPNotice:Undefinedindex:…問題的解決方法PHPUndefinedIndex
- PRVF-0002的解決方法