« ORA-07445 kprball()+483错误之原因分析 | Blog首页 | 北京住房公积金提取 - 需要知道的几个电话 »
Oracle 10.2.0.3的Ora-1461 / Smg-3500错误
作者:eygle | 【转载请注出处】|【云和恩墨 领先的zData数据库一体机 | zCloud PaaS云管平台 | SQM SQL审核平台 | ZDBM 数据库备份一体机】
链接:https://www.eygle.com/archives/2009/02/10203_ora_1461.html
链接:https://www.eygle.com/archives/2009/02/10203_ora_1461.html
今天客户数据库出现了这样一个错误:
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-
历史上的今天...
>> 2018-02-05文章:
>> 2011-02-05文章:
>> 2010-02-05文章:
>> 2008-02-05文章:
>> 2007-02-05文章:
>> 2006-02-05文章:
>> 2005-02-05文章:
By eygle on 2009-02-05 11:21 | Comments (0) | Case | 2170 |