ORA-00600: internalerrorcode, arguments: [13013] Solution

Source: Internet
Author: User
Shutdownimmediate when encountering ORA-00600: internalerrorcode, arguments: [13013].

Shutdown immediate when encountering ORA-00600: internal error code, arguments: [13013].

Shutdown immediate when encountering ORA-00600: internal error code, arguments: [13013].

The error message is as follows:

SQL> shutdown immediate
ORA-00600: internal error code, arguments: [13013], [5001], [483], [4198090],
[64], [1, 4198090], [17], []

SQL> select status from v $ instance;

STATUS
------------
OPEN

SQL> select object_name from dba_objects where object_id = 483
2;

OBJECT_NAME
--------------------------------------------------------------------------------
Mon_mod $

SQL> select index_name from dba_indexes where table_name = 'mon _ mod $ ';

INDEX_NAME
------------------------------
I _mon_mod $ _ OBJ

SQL> alter index I _mon_mod $ _ OBJ rebuild;

Index altered.

SQL> shutdown immediate
ORA-00600: internal error code, arguments: [13013], [5001], [483], [4198090],
[64], [1, 4198090], [17], []

SQL> set pagesize 0
SQL> set long 10000
SQL> select dbms_metadata.get_ddl ('index', 'I _ mon_mod $ _ OBJ') from dual;

Create unique index "SYS". "I _mon_mod $ _ OBJ" ON "SYS". "mon_mod $" ("OBJ #")
PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
STORAGE (INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 freelist groups 1 BUFFER_POOL DEFAULT)
TABLESPACE "SYSTEM"


SQL> drop index I _mon_mod $ _ OBJ;

Index dropped.

SQL> create unique index "SYS". "I _mon_mod $ _ OBJ" ON "SYS". "mon_mod $" ("OBJ #")
2 PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
3 STORAGE (INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
4 PCTINCREASE 0 FREELISTS 1 freelist groups 1 BUFFER_POOL DEFAULT)
5 TABLESPACE "SYSTEM ";

Index created.

SQL> shutdown immediate
ORA-00600: internal error code, arguments: [13013], [5001], [518], [4198419],
[162], [4198419], [17], []

SQL> select object_name from dba_objects where object_id = 518;
COL_USAGE $

SQL> select index_name from dba_indexes where table_name = 'col _ USAGE $ ';
I _COL_USAGE $

SQL> select dbms_metadata.get_ddl ('index', 'I _ COL_USAGE $') from dual;

Create unique index "SYS". "I _COL_USAGE $" ON "SYS". "COL_USAGE $" ("OBJ #", "INTCO
L #")
PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
STORAGE (INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 freelist groups 1 BUFFER_POOL DEFAULT)
TABLESPACE "SYSTEM"


SQL> drop index I _COL_USAGE $;

Index dropped.

SQL> create unique index "SYS". "I _COL_USAGE $" ON "SYS". "COL_USAGE $" ("OBJ #", "INTCO
2 L #")
3 PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
4 STORAGE (INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
5 PCTINCREASE 0 FREELISTS 1 freelist groups 1 BUFFER_POOL DEFAULT)
6 TABLESPACE "SYSTEM ";
Create unique index "SYS". "I _COL_USAGE $" ON "SYS". "COL_USAGE $" ("OBJ #", "INTCO
*
ERROR at line 1:
ORA-00904: "INTCO
L # ": invalid identifier

SQL> create unique index "SYS". "I _COL_USAGE $" ON "SYS". "COL_USAGE $" ("OBJ #", "INTCOL #")
2 PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
3 STORAGE (INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
4 PCTINCREASE 0 FREELISTS 1 freelist groups 1 BUFFER_POOL DEFAULT)
5 TABLESPACE "SYSTEM ";

Index created.

SQL> shutdown immediate
Database closed.
Database dismounted.
Oracle instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 1.0737E + 10 bytes
Fixed Size 2114072 bytes
Variable Size 1056968168 bytes
Database Buffers 9646899200 bytes
Redo Buffers 31436800 bytes
Database mounted.
Database opened.
SQL>

,

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.