ORA-00600 [925]
今天做一個測試又遇到一個bug:
SQL> alter session set sort_area_size=2000000000;
alter session set sort_area_size=2000000000
ORA-02097: parameter cannot be modified because specified value is invalid
ORA-00600: internal error code, arguments: [925], [hash_area_size], [-294967296], [], [], [], [], []
我的平臺是:
SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
PL/SQL Release 9.2.0.4.0 - Production
CORE 9.2.0.3.0 Production
TNS for Linux: Version 9.2.0.4.0 - Production
NLSRTL Version 9.2.0.4.0 - Production
搜了metalink,除了確認是一個bug外,沒有太多有用的資訊。
這個bug在9i很多平臺下都可能會遇到,bug觸發的臨界點是1024m:
SQL> select 1024*1024*1024 from dual;
1024*1024*1024
--------------
1073741824
SQL> alter session set sort_area_size=1073741824;
alter session set sort_area_size=1073741824
ORA-02097: parameter cannot be modified because specified value is invalid
ORA-00600: internal error code, arguments: [925], [hash_area_size], [-2147483648], [], [], [], [], []
SQL> alter session set sort_area_size=1073741823;
Session altered
不過,這個bug在10g已經得以修正:
SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
PL/SQL Release 10.2.0.3.0 - Production
CORE 10.2.0.3.0 Production
TNS for Linux: Version 10.2.0.3.0 - Production
NLSRTL Version 10.2.0.3.0 - Production
SQL> alter session set sort_area_size=2000000000;
Session altered.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/231499/viewspace-63888/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SCNU_ENTRANCE_EXAMINATION_925
- 925. 長按鍵入
- ORA-00600[KZSRGPW]
- ORA-00600 kcratr_nab_less_than_odr ORA-00600 [4194]
- ORA-00600: [qksdsInitSample:2]
- 小白學習[leetcode]之925長按鍵入LeetCode
- ORA-00600: [OSDEP_INTERNAL]
- 基於WordPress播客,帶採集- 925V
- EXP時遭遇ORA-00600 [729]
- ORA-00600 [729], [12284], [space leak],
- Leetcode每日一題:925Long Pressed Name(長按鍵入)LeetCode每日一題
- 軟體工程概論925第二次上課軟體工程
- [20230108]ORA-00600 and Session Disconnected.txtSession
- ORA-00600 kcrf_resilver_log_1CRF
- ORA-00600: internal error code, arguments: [13011]Error
- [20220106]ora-00600 kokasgi1.txt
- Oracle recover current redo ORA-00600:[4193] (oracle 故障恢復current redo日誌ORA-00600:[4193]報錯)Oracle
- [20230108]ORA-00600 and Session Disconnected 2.txtSession
- ORACLE ONLINE PATCH & ORA-00600[kcbgtcr_13]Oracle
- ORA-00600[kluinit:new add column in directpath 2]UI
- 24.2.13 ~ 4.13 Codeforces Round 925 & 926 & 934 & 939 (Div.3 / Div.2 * 3)
- ORA-00600: internal error code, arguments: [qosdExpStatRead: expcnt mismatch], [Error
- ORA-00600: internal error code, arguments: [2131], [9], [8]Error
- [20181106]模擬ora-00600[4194]錯誤.txt
- [20181204]模擬ora-00600[4194]錯誤.txt
- [20181204]模擬ora-00600[4193]錯誤.txt
- ORA-00600: internal error code, arguments: [knacpft_ProcessFetchedTxns250]Error
- 案例ORA-00600: internal error code, arguments: [qkaffsindex3], [], [], [], []ErrorIndex
- ORA-00600: internal error code, arguments: [13013], [5001], [267], [8389014]Error
- Oracle索引修復 ,ORA-00600: internal error code, arguments: [6200],Oracle索引Error
- 系統crash掉導致ORA-00600的處理
- [20181105]ORA-00600[4000] 模擬故障(10g).txt
- ora-00600兩個子錯誤733, 6006解決
- 資料庫啟動遭遇ORA-00600: [keltnfy-ldmInit]資料庫
- ORA-00600: 內部錯誤程式碼, 引數: [19004]
- 邏輯STANDBY上的ORA-00600: internal error code, arguments: [krvtadc], [], [], [], [], []Error
- 遭遇ORA-00600: internal error code, arguments: [kcrrrfswda.11], [4], [368], [], [], [], [], []Error
- 一個特殊的ORA-00600: internal error code, arguments: [6302], [20], [], [], [], [], [], []Error