记录一次ORA-600问题,看到就是头疼。
ORA-00600: internal error code, arguments: [kcbnew_3], [0], [252], [4294967295], [], [], [], []
oracle的官方解释是:
A cache buffer holding a database block is in the process of being reused. The buffer is in state "current" and may be reused only if the object is of type temp or undo. The consistency check comparing the block class in the buffer header with the block class passed to the cache by the caller is failing.
缓存锁住了进程中将要被重用的块,
当前的缓存只在对象是temp或者undo的时候可能会被重用,
持续检查将buffer header中的block class和请求中被传入cache中的block calss进行对比过程失败
为什么会出现这种情况呢,这边呢解决呢?
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/16969562/viewspace-757085/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/16969562/viewspace-757085/
本文探讨了ORA-00600错误的原因及解决方案,详细分析了内部错误代码[kcbnew_3]导致的问题背景,即缓存锁住进程中将要被重用的块,并解释了对比blockclass失败的情况。
580

被折叠的 条评论
为什么被折叠?



