« ORA-07445 kprball()+483错误之原因分析 | Blog首页 | 北京住房公积金提取 - 需要知道的几个电话 »
Oracle 10.2.0.3的Ora-1461 / Smg-3500错误
作者:eygle |【转载时请以超链接形式标明文章出处和作者信息及本声明】链接:http://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-
历史上的今天...
>> 2008-02-05文章:
>> 2007-02-05文章:
>> 2006-02-05文章:
>> 2005-02-05文章:
------
这篇 【Oracle 10.2.0.3的Ora-1461 / Smg-3500错误】来自 eygle.com | CSDN网摘| del.icio.us|Google订阅 | 鲜果订阅 | 抓虾订阅
By eygle on 2009-02-05 11:21 | Comments (0) | Posted to Case | Edit |
搜索本站:
