Oracle 10.2.0.3的Ora-1461錯誤

Dodd發表於2008-02-22

發現最近在Oracle 10.2.0.3RAC環境中,時不時會提示下面錯誤:

 

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/,如需轉載,請註明出處,否則將追究法律責任。

相關文章