幫朋友處理ora-00600 [2662]和ora-00600 [4194]錯誤

來源:互聯網
上載者:User
 recover database using backup controlfile  until cancel

    *._allow_resetlogs_corruption=true
*._allow_error_simulation=true加入兩個隱含參數再啟動SQL> alter database open resetlogs;
alter database open resetlogs
*
第 1 行出現錯誤:
ORA-00603: ORACLE server session terminated by fatal error
ORA-00600: internal error code, arguments: [2662], [0], [1080422], [0],
[1083510], [12583040], [], [], [], [], [], []
ORA-00600: internal error code, arguments: [2662], [0], [1080421], [0],
[1083510], [12583040], [], [], [], [], [], []
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-00600: internal error code, arguments: [2662], [0], [1080418], [0],
[1083510], [12583040], [], [], [], [], [], []
進程 ID: 3648
會話 ID: 1 序號: 5

alter session set events '10015 trace name adjust_scn level 1'; SQL> startup
ORACLE 常式已經啟動。

Total System Global Area  431038464 bytes
Fixed Size                  1375088 bytes
Variable Size             327156880 bytes
Database Buffers           96468992 bytes
Redo Buffers                6037504 bytes
資料庫裝載完畢。
ORA-00600: 內部錯誤碼, 參數: [4194], [: ?

SQL>  select name from v$datafile;

NAME
--------------------------------------------------------------------------------

C:\APP\HONGHAIBING\ORADATA\ORCL\SYSTEM01.DBF
C:\APP\HONGHAIBING\ORADATA\ORCL\SYSAUX01.DBF
C:\APP\HONGHAIBING\ORADATA\ORCL\UNDOTBS01.DBF
C:\APP\HONGHAIBING\ORADATA\ORCL\USERS01.DBF
C:\APP\HONGHAIBING\ORADATA\ORCL\EXAMPLE01.DBF
C:\APP\HONGHAIBING\ORADATA\SCOTT_TBS01.DBF

已選擇6行。

SQL> alter system set undo_management=manual scope=spfile;

系統已更改。
SQL> startup
ORACLE 常式已經啟動。

Total System Global Area  431038464 bytes
Fixed Size                  1375088 bytes
Variable Size             327156880 bytes
Database Buffers           96468992 bytes
Redo Buffers                6037504 bytes
資料庫裝載完畢。
資料庫已經開啟。

 CREATE UNDO TABLESPACE UNDOTBS02 DATAFILE 'C:\APP\HONGHAIBING\ORADATA\ORCL
\USERS02.dddbf' SIZE 1G AUTOEXTEND off;

SQL> alter system set undo_tablespace="UNDOTBS02" scope=spfile;
系統已更改。

SQL> alter system set undo_management=auto scope=spfile;

系統已更改。

SQL>  shutdown immediate
資料庫已經關閉。
已經卸載資料庫。
ORACLE 常式已經關閉。
SQL> startup
ORACLE 常式已經啟動。

Total System Global Area  431038464 bytes
Fixed Size                  1375088 bytes
Variable Size             327156880 bytes
Database Buffers           96468992 bytes
Redo Buffers                6037504 bytes
資料庫裝載完畢。
資料庫已經開啟。

 

 

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.