设为首页 加入收藏

TOP

ORA-08102的错误
2015-11-10 12:16:51 来源: 作者: 【 】 浏览:0
Tags:ORA-08102 错误

ORA-08102: index key not found, obj# 304067, dba 33580767 (2)
oerr ora 8102
08102, 00000, "index key not found, obj# %s, dba %s (%s)"
// *Cause: Internal error: possible inconsistency in index
// *Action: Send trace file to your customer support representative, along
// with information on reproducing the error


错误信息的意思似乎是需要重新建立索引。


SQL> SELECT owner, object_name, object_type
? 2? ? ? ? FROM Dba_Objects
? 3? ? ? WHERE object_id IN (304067);
OWNER? ? ? ? ? ? ? ? ? ? ? ? ? OBJECT_NAME? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? OBJECT_TYPE
------------------------------ -------------------------------------------------------------------------------- ------------------
SHARE001? ? ? ? ? ? ? ? ? ? ? IDX_SHARE_TMP_IPID? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? INDEX


SQL>alter index share001.IDX_SHARE_TMP_IPID rebuild online;


问题解决!


】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇使用MySQL命令行备份及恢复数据库 下一篇GoldenGate 实现Oracle for Oracl..

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容: