My Oracle Support Banner

Alter Table Split Corrupts the Table (Doc ID 2890408.1)

Last updated on APRIL 17, 2023

Applies to:

Oracle Database - Enterprise Edition - Version 19.12.0.0.0 and later
Information in this document applies to any platform.

Symptoms

NOTE: In the images and/or the document content below, the user information and environment data used represent fictitious data from the Oracle sample or bulit-in schema(s),
Public Documentation delivered with an Oracle database product or other training material. Any similarity to actual environments, actual persons, living or dead,
is purely coincidental and not intended in any manner.

Alter table split corrupts the table.

The split does not give any error but the partition disappears from dba_tab_partitions. After that, dropping the table or schema fails with:

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

SQL> select * from T1;

no rows selected

SQL> drop table T1;
drop table T1
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [rnmoufoe1], [], [], [], [], [],

Running HCHECK.SQL scripts returns:

FAIL
HCKE-0010: Orphaned TABCOMPART$ from OBJ$ (Doc ID 1360515.1)
ORPHAN TABCOMPART$: OBJ=<<<#####>>>>>>> OBJ#Name= () BO#=<<<#####>>>>>>> BO#name=<<<T1>>>>>

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.