天天看點

ORA-00600: 内部錯誤代碼,參數: [kcratr1_lostwrt], [], [], [], [], [], [], []

今天啟動資料庫時 出現

SQL> startup;

ORACLE 例程已經啟動。

Total System Global Area  135338868 bytes

Fixed Size                   453492 bytes

Variable Size             109051904 bytes

Database Buffers           25165824 bytes

Redo Buffers                 667648 bytes

資料庫裝載完畢。

ORA-00600: 内部錯誤代碼,參數: [kcratr1_lostwrt], [], [], [], [], [], [], []

通過以下方式解決:

SQL> recover database;

完成媒體恢複。

SQL> alter database open;

資料庫已更改。

SQL> shutdown immediate;

資料庫已經關閉。

已經解除安裝資料庫。

ORACLE 例程已經關閉。

SQL> startup;

ORACLE 例程已經啟動。

Total System Global Area  135338868 bytes

Fixed Size                   453492 bytes

Variable Size             109051904 bytes

Database Buffers           25165824 bytes

Redo Buffers                 667648 bytes

資料庫裝載完畢。

資料庫已經打開。

SQL>