ORA-00600: internal error code – Fixed

ORA-00600 internal error code

In my previous articles you have learned how to fix ORA-01722: invalid number and ORA-28056: Writing audit records to Windows Event Log failed. In this article i will show you how to fix ORA-00600: internal error code.

Oracle Error:

ORA-00600: internal error code.

How to resolve ORA-00600: internal error code?

Just follow these steps to resolve the issue.

Step-1:

Open command prompt and enter following command.

C:\>sqlplus sys/sys@xe as sysdba

SQL*Plus: Release 11.2.0.2.0 Production on Wed Jan 28 20:41:12 2014
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
SQL>

Step-2:

Now shutdown the database.

SQL> shutdown immediate;
ORA-01109: database not open

Database dismounted.
ORACLE instance shut down.

Step-3:

Mount the database using below command.

SQL> startup mount;
ORACLE instance started.

Total System Global Area 376635392 bytes
Fixed Size 1383692 bytes
Variable Size 285213428 bytes
Database Buffers 83886080 bytes
Redo Buffers 6152192 bytes
Database mounted.

Step-4:

Enter recover command to recover database.

SQL> recover database;
Media recovery complete.

Step-5:

Now open database with alter database open command.

SQL> alter database open;
Database altered.
SQL>

I hope this will help you to resolve your problem. If you are still unable to resolve this issue, write in comment section, we will definitely help you.

For latest updates, please join our free e-mailing list.

1 thought on “ORA-00600: internal error code – Fixed”

  1. Vanika Arora

    Still getting error…database not altered… Initialization error

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top
Scroll to Top