
In this Document
APPLIES TO:Oracle Database - Standard Edition - Version 10.2.0.4 and laterInformation in this document applies to any platform. SYMPTOMSIndex creation fails with ORA-600 [13004] like below:
SQL> CREATE INDEX "owner"."Index_name" ON "owner"."table_name" ("column_name") TABLESPACE "tablespace_name";
CREATE INDEX "owner"."Index_name" ON "owner"."table_name" ("column_name") TABLESPACE "tablespace_name" * ERROR at line 1: ORA-00600: internal error code, arguments: [13004], [], [], [], [], [], [], []
... ksedmp kgeriv kgesiv ksesic0 qerliRop qerstRowP qersoFetch qerstFetch qerliFetch qerstFetch kdicrws kdicdrv opiexe opiosq0 kpooprx kpoal8 opiodr ttcpip opitsk opiino opiodr opidrv ...
CAUSEThere may be some memory corruption which was however not verified in this case. SOLUTIONAs a workaround, first try: REFERENCESNOTE:434203.1 - ORA-00600 [13004]NOTE:28230.1 - ORA-600 [13004] NOTE:729170.1 - ORA-00600 [13004] During Import And/Or Index Creation. NOTE:1507047.1 - ORA-00600: Internal Error Code, Arguments: [13004], [], [], [], [], [], [], [], [], [], [], [] NOTE:453186.1 - How to move LOB Data to Another Tablespace when the Table also contains a LONG column |