eygle.com   eygle.com
eygle.com  
 

« February 4, 2009 | Blog首页 | February 6, 2009 »



February 5, 2009

Oracle 10.2.0.3的Ora-1461 / Smg-3500错误

作者:eygle

出处:http://blog.eygle.com

今天客户数据库出现了这样一个错误:
ORA-1461 ENCOUNTERED WHEN GENERATING SERVER ALERT SMG-3500

这个错误是一个Bug导致的,老杨曾经描述过。
根据Metalink Note 461911.1记载这个Bug仅发生在Oracle Database 10.2.0.3版本中。

具体的错误是:
ORA-01461: can bind a LONG value only for insert into a LONG column

跟踪后台,错误出现在更新smon_scn_time表:

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)

Patch 6602742 修正了这个问题。这个Bug并不会经常出现,对数据库没有太大影响,如果有充足停机时间,可以考虑应用这个小Patch,否则也可以暂时忽略。

-The End-

Posted by eygle at 11:21 AM | Comments (0)



CopyRight © 2004-2008 eygle.com, All rights reserved.