修正windows下ora錯誤顯示???
某此資料庫測試操作:
SQL> alter system set session_cached_cursors=300 ;
alter system set session_cached_cursors=300
*
第 1 行出現錯誤:
ORA-02096: ???????????????
SQL> alter system set session_cached_cursors=300 ;
alter system set session_cached_cursors=300
*
第 1 行出現錯誤:
ORA-02096: ???????????????
懷疑是字符集的錯誤:
SQL> select value from v$nls_parameters a where a.PARAMETER='NLS_CHARACTERSET'
2 ;
VALUE
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
US7ASCII
而登錄檔中,nls_lang=SIMPLIFIED CHINESE_CHINA.ZHS16GBK
解決方法1:修改nls_lang為US7ASCII
解決方法2:alter session set nls_language=american;
SQL> alter session set nls_language=american;
Session altered.
SQL> alter system set session_cached_cursors=300 ;
alter system set session_cached_cursors=300
*
ERROR at line 1:
ORA-02096: specified initialization parameter is not modifiable with this
option
解決。
alter system set session_cached_cursors=300
*
ERROR at line 1:
ORA-02096: specified initialization parameter is not modifiable with this
option
解決。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24582392/viewspace-688040/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- windows下oracle的ora-27100錯誤WindowsOracle
- 修正FIREFOX下批量上傳的錯誤Firefox
- Linux 時間錯誤的修正Linux
- windows10系統顯示印表機列印錯誤如何解決Windows
- 修正memcache.php中的錯誤示例PHP
- win10圖示錯誤顯示怎麼改回來_win10電腦圖示顯示錯誤處理方法Win10
- 顯示驗證的錯誤資訊
- 快速顯示oracle錯誤號的含義Oracle
- jQuery Validate自定義錯誤資訊顯示位置jQuery
- 使用 Nuxt 的 showError 顯示全屏錯誤頁面UXError
- [20190225]ORA-07217錯誤.txt
- [20190415]ora-02049錯誤.txt
- ORA-03113錯誤分析(轉)
- 【ORA】ORA-12547 TNS: Lost Contact錯誤診斷
- PAT A1104測試點2錯誤修正方法
- 修正織夢CMS的RSS檔案的URL錯誤
- 公司網站顯示指令碼錯誤怎麼辦網站指令碼
- Windows下使用TensorBoard顯示幾個注意點WindowsORB
- ORACLE for windows 啟動之ORA-24324&ORA-01041內部錯誤hostdef副檔名不存在OracleWindows
- 【故障處理】ORA-31600和ORA-04063錯誤
- impdp匯入報ORA-00001 ORA-04088錯誤
- ORA-12005 錯誤的解決
- ORA-28000錯誤解決方案
- oracle ora-00054錯誤處理Oracle
- ORA-01591錯誤故障處理
- 重建索引報ORA-14086錯誤索引
- oracle關於ORA-12988錯誤Oracle
- EXPDP匯出報ORA-31693 ORA-29913 ORA-01861錯誤
- 解決chrome,下載在資料夾中顯示,呼叫錯誤的關聯程式Chrome
- ORA-01653錯誤是Oracle資料庫中常見的錯誤Oracle資料庫
- Windows 錯誤程式碼Windows
- 印表機狀態錯誤怎麼解決 印表機一直顯示錯誤不能列印
- [20181031]模擬ora-01591錯誤.txt
- [20181122]模擬ORA-08103錯誤.txt
- 如何解決ORA-04031 錯誤(轉)
- [20180428]DNS與ORA-12154錯誤.txtDNS
- 【ERROR】ORA-8103錯誤分析處理Error
- Oracle恢復一例--ORA-03113、ORA-24324,ORA-01041錯誤Oracle
- Oracle RMAN還原測試錯誤ORA-19571 ORA-19600 ORA-19601Oracle