|
Oracle啟動(dòng)時(shí)出現(xiàn)下列錯(cuò)誤:
ORA-00600: 內(nèi)部錯(cuò)誤代碼,參數(shù): [kcratr1_lostwrt] 解決辦法: C:\Documents and Settings\Administrator>sqlplus /NOLOG SQL*Plus: Release 9.2.0.1.0 - Production on 星期一 8月 4 09:33:44 2008 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. SQL> connect / as sysdba 已連接。 SQL> startup ORA-01081: 無(wú)法啟動(dòng)已在運(yùn)行的 ORACLE --- 請(qǐng)首先關(guān)閉 SQL> shutdown ORA-01109: 數(shù)據(jù)庫(kù)未打開(kāi) 已經(jīng)卸載數(shù)據(jù)庫(kù)。 ORACLE 例程已經(jīng)關(guān)閉。 SQL> startup ORACLE 例程已經(jīng)啟動(dòng)。 Total System Global Area 135338868 bytes Fixed Size 453492 bytes Variable Size 109051904 bytes Database Buffers 25165824 bytes Redo Buffers 667648 bytes 數(shù)據(jù)庫(kù)裝載完畢。 ORA-00600: 內(nèi)部錯(cuò)誤代碼,參數(shù): [kcratr1_lostwrt], [], [], [], [], [], [], [] SQL> startup mount ORA-01081: 無(wú)法啟動(dòng)已在運(yùn)行的 ORACLE --- 請(qǐng)首先關(guān)閉 SQL> shutdown ORA-01109: 數(shù)據(jù)庫(kù)未打開(kāi) 已經(jīng)卸載數(shù)據(jù)庫(kù)。 ORACLE 例程已經(jīng)關(guān)閉。 SQL> startup mount ORACLE 例程已經(jīng)啟動(dòng)。 Total System Global Area 135338868 bytes Fixed Size 453492 bytes Variable Size 109051904 bytes Database Buffers 25165824 bytes Redo Buffers 667648 bytes 數(shù)據(jù)庫(kù)裝載完畢。 SQL> recover database 完成介質(zhì)恢復(fù)。 SQL> alter database open 2 ; 數(shù)據(jù)庫(kù)已更改。 |
|
|
來(lái)自: 168一路發(fā) > 《案例》