|
最近和bug干上了,隔三差五的出! SQL> alter table test_part drop partition P_530_200701; ORA-00600: internal error code, arguments: [ktadrprc-1], [], [], [], [], [], [], [] 这个时候对test_part在做move,truncate等DDL操作的时候也是没有问题的,但drop分区就报 这个错误,到metalink上查了一下说是bug,但没搞明白是哪种情况下(昨天遇到问题的这个库 是个测试库,很多人在上面搞,没有纳入统一管理中,所以不在监视范围内)触发到的. Bug 3172957 OERI[ktadrprc-1] / ORA-955 during DDL This note gives a brief overview of bug 3172957. Affects: Product (Component) Oracle Server (Rdbms) Range of versions believed to be affected Versions < 10.1.0.2 Versions confirmed as being affected 9.2.0.6 Platforms affected Generic (all / most platforms affected) Fixed: This issue is fixed in 9.2.0.7 (Server Patch Set) 10.1.0.2 Symptoms: Related To: Corruption (Dictionary) Internal Error May Occur (ORA-600) ORA-955 ORA-600 [ktadrprc-1] (None Specified) Description Execution of DDL may fail internally with errors such as ORA-12842 or ORA-14403 but may then be automatically re-tried leading to internal errors. Such errors should not be trapped and retried for DDL operations but should be returned to the user. The internal retries which occur can result in various forms of dictionary corruption, particularly for partitioned objects.
|