SOLVED
Resolved ORA-00600 internal error code, arguments:
Asked by OracleDba••26 views•oracle
1234567891011121314151617181920212223242526272829303132333435
Resolved ORA-00600 internal error code, arguments:
RESOLVED ORA-00600 INTERNAL ERROR CODE, ARGUMENTS
You might have faced this issue while trying to start the database. Most of the time this ora error occur during database restart after abnormal shutdown or power failure. To resolve it you need to recover the database using backup control file as shown below.
oracle@dba>sqlplus / as sysdba
SQL*Plus: Release 19.0.0.0.0 Production on Sun Oct 31 14:17:41 2021
Copyright (c) 1982, 2019, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 3307048960 bytes
Fixed Size 2180264 bytes
Variable Size 2046823256 bytes
Database Buffers 1241513984 bytes
Redo Buffers 16531456 bytes
Database mounted.
ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr], [1],
[210], [39496], [39684], [], [], [], [], [], [], []
Re#oracle#error