cancel
Showing results for 
Search instead for 
Did you mean: 

Getting error when trying to start database in sap

pk_nanda
Explorer
0 Kudos

Hi,

this is the error i got when i try to startup Oracle 10g database. it shows that database mounted and then folled by this error
----------------------------------------------------------------------------------------------------------------

SQL> startup

ORACLE instance started.

Total System Global Area 3556769792 bytes

Fixed Size                  2088128 bytes

Variable Size            1795162944 bytes

Database Buffers         1744830464 bytes

Redo Buffers               14688256 bytes

Database mounted.

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

[], [], []

----------------------------------------------------------------------------------------------------------------------------------------------

can any oracle expert help me out..

thanks and rgds
Prasanta

Accepted Solutions (0)

Answers (3)

Answers (3)

JamesZ
Advisor
Advisor
0 Kudos

Hi Prasanta,

This is mentioned in metalink [393984.1]. if you do not have metalink account, please refer to below workaround:

SQL> startup mount;

SQL> recover database;

SQL> alter database open;

Best regards,
James

0 Kudos

Can you post entries from alert log from the time you issue startup? It should provide details as to why it is generating the error.

Sriram2009
Active Contributor
0 Kudos

Hi PK.

Kindly refer the SAP KBA for the error message "ORA-00600: internal error code"

1233222 - ORA-00600 internal error code". Error occurs using Oracle Server 10.2.0.1 or 10.2.0.3.

Still are you facing same issue, refer the SAP KBA

2184223 - ORA-00600: internal error code, arguments: [2251], [65535], [4294967295]

BR

SS