天天看點

删除資料報ORA-00600: internal error code, arguments: [ktbesc_plugged]

Oracle在删除資料是以下錯誤:

ORA-00600: internal error code, arguments: [ktbesc_plugged], [], [], [], [], [], [], [], [], [], [], []

原因是由于進行過表空間的傳輸操作。

解決方法:

ALTER TABLE 表名 MOVE tablespace 表空間名 ;

Ora-600 [Ktbesc_plugged] Error On Insert Or Delete (文檔 ID 1372941.1)

<a href="https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=326585479394678&amp;id=1372941.1&amp;_afrWindowMode=0&amp;_adf.ctrl-state=1cmiunf41q_4">轉到底部</a>

删除資料報ORA-00600: internal error code, arguments: [ktbesc_plugged]
删除資料報ORA-00600: internal error code, arguments: [ktbesc_plugged]

In this Document

This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review.

Oracle Database - Enterprise Edition - Version 11.2.0.3 to 11.2.0.3 [Release 11.2]

Information in this document applies to any platform.

Receiving the following error on insert or delete against one particular table.

Call Stack Trace = ktbesc -&gt; kdiescpin -&gt; kdifind -&gt; kdiblTestPrefixUniqueness -&gt; kdiblLockPiece -&gt; kdiblLockRange

Table is located on a recently plugged in tablespace into an 11.2.0.3 database.

We successfully used a temporary workaround of moving the problem table to another tablespace.  Once moved, we were able to insert or delete without issue.

alter table &lt;table name&gt; move tablespace &lt;tablespace name&gt;;