问题描述
客户数据库出现了这样一个错误:
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,否则也可以暂时忽略。
「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。