暂无图片
请教一下 这个是Oracle的bug吗 ? Oracle11g
我来答
分享
豆豆
2021-07-08
请教一下 这个是Oracle的bug吗 ? Oracle11g

oracle Bug.jpg

我来答
添加附件
收藏
分享
问题补充
1条回答
默认
最新
陈举超
暂无图片

Issuing this SQL as SYS (SYSDBA) may help show any problem
objects in the dictionary:
可以检查下,有可能是BUG
ORA-600 [17059] (文档 ID 138554.1)
select do.obj#,
po.obj# ,
p_timestamp,
po.stime ,
decode(sign(po.stime-p_timestamp),0,‘SAME’,‘DIFFER’) X
from sys.obj$ do, sys.dependency$ d, sys.obj$ po
where P_OBJ#=po.obj#(+)
and D_OBJ#=do.obj#
and do.status=1 /dependent is valid/
and po.status=1 /parent is valid/
and po.stime!=p_timestamp /parent timestamp not match/
order by 2,1
;

Normally the above select would return no rows. If any rows are
returned the listed dependent objects may need recompiling.

If the Known Issues section below does not help in terms of identifying
a solution, please submit the trace files and alert.log to Oracle
Support Services for further analysis.

image.png

暂无图片 评论
暂无图片 有用 0
打赏 0
回答交流
Markdown


请输入正文
提交
问题信息
请登录之后查看
邀请回答
暂无人订阅该标签,敬请期待~~
暂无图片墨值悬赏