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 laterInformation in this document applies to any platform.
Symptoms
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 |