Oracle 10.2.0.3的Ora-1461錯誤
發現最近在Oracle 10.2.0.3的RAC環境中,時不時會提示下面錯誤:
ORA-1461 encountered when generating server alert SMG-3500
經研究發現,其是Oracle 10g的一個Bug,並且目前只有Oracle 10.2.0.3會遇到:
造成這個錯誤的原因是由於SMON 程式正在 UPDATE SMON_SCN_TIME表時引發了ORA-1461:
下面是診斷資訊:
DIAGNOSTIC ANALYSIS:
--------------------
Set the event 1461 and got the smon trace file which shows the error
.
SQL> alter system set EVENT="1461 TRACE NAME ERRORSTACK LEVEL 10"
scope=spfile;
.
ksedmp: internal or fatal error
ORA-01461: can bind a LONG value only for insert into a LONG column
Current SQL statement for this session:
update smon_scn_time set orig_thread=0, time_mp=:1, time_dp=:2, scn=:3,
scn_wrp=:4, scn_bas=:5, num_mappings=:6, tim_scn_map=:7 where thread=0 and
scn = (select min(scn) from smon_scn_time where thread=0)
----- Call Stack Trace -----
ksedmp ksddoa ksdpcg ksdpec ksfpec kgesev
ksesec0 opiobv opipbr opibvg opiexe opiall0
opikpr opiodr rpidrus skgmstack rpidru rpiswu2
kprball ktf_scn_time ktmmon ksbrdp opirip opidrv
sou2o opimai_real main start
ORA-1461錯誤有時也會和 ORA-01461: can bind a LONG value only for insert into a LONG column錯誤一起出現。
Solution:
Oracle提供 Patch 6602742 補丁下載可以解決問題。
不過還好次錯誤對系統影響不大。
--The End--
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7220098/viewspace-181506/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【故障處理】Oracle10.2.0.3 ORA-3136 錯誤解決Oracle
- ORACLE 錯誤Oracle
- oracle的1788錯誤碼Oracle
- 10.2.0.3 補丁安裝一個錯誤,不知道是不是 BUG
- ORACLE 異常錯誤 錯誤號大全Oracle
- Oracle 錯誤收集Oracle
- ORACLE錯誤大全Oracle
- 升級oracle10g10.2.0.3到10.2.0.4出現ora-01092錯誤解決方法Oracle
- EF Oracle:錯誤 175Oracle
- oracle 常見錯誤Oracle
- oracle錯誤小結Oracle
- Oracle安裝錯誤Oracle
- Oracle ASM 配置錯誤OracleASM
- 遇到 ORACLE 錯誤 6550Oracle
- Oracle ORA 錯誤大全Oracle
- oracle 10.2.0.4 的emca配置錯誤Oracle
- ORACLE EBS中OAF遮蔽的錯誤Oracle
- oracle靜默打patch到10.2.0.3Oracle
- oracle 報大小寫錯誤Oracle
- Oracle nvarchar2錯誤Oracle
- Oracle錯誤號檢索Oracle
- ORACLE tsm 備份錯誤Oracle
- perl連線Oracle錯誤Oracle
- ORACLE 錯誤一覽表Oracle
- oracle錯誤一覽(轉)Oracle
- Oracle ORA-錯誤表Oracle
- Oracle的Ora-00031 錯誤Oracle
- Oracle9i的1467錯誤Oracle
- ora-07445 ? oracle 10.2.0.3 ? patch 5648872Oracle
- ORA-01653錯誤是Oracle資料庫中常見的錯誤Oracle資料庫
- oracle EBS啟動無錯誤,訪問網頁500錯誤Oracle網頁
- 10.2.0.3 升級到 10.2.0.4 database upgrade 報ORA-03113錯誤解決方法Database
- Oracle異常錯誤處理Oracle
- ORACLE 異常錯誤處理Oracle
- oracle dataguard 配置錯誤彙總Oracle
- Oracle之Rman常見錯誤Oracle
- Oracle錯誤處理思路(一)Oracle
- oracle 11g 錯誤收集Oracle