oracle1461,Oracle 10.2.0.3的ORA-1461错误
Oracle 10.2.0.3的ORA-1461錯誤
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--
By eygle on 2008-01-07 22:55 |
Comments (0) |
Case | 2701 |
總結
以上是生活随笔為你收集整理的oracle1461,Oracle 10.2.0.3的ORA-1461错误的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: matlab非同秩矩阵相乘_线性代数精华
- 下一篇: js读写php文件,在js中如何读取本地