转载地址: http://www.2cto.com/database/201312/261602.html
由于服务器断电,启动 oracle 时报 ORA-00600 错误
查看 oracle trace 日志
1. 执行 sqlplus 登录 oracle
sqlplus / as sysdba
2. 启动,报错信息如下
SQL> startup
ORACLE instance started.
Total System Global Area 583008256 bytes
Fixed Size 2022504 bytes
Variable Size 184550296 bytes
Database Buffers 394264576 bytes
Redo Buffers 2170880 bytes
Database mounted.
ORA-00607: Internal error occurred while making a change to a data block
ORA-00600: int

服务器断电导致Oracle启动出现ORA-00600内部错误,通过查看trace日志和alert日志找到问题。修复步骤包括挂载Oracle,将undo表空间管理方式改为手工,并检查原始undo表空间路径。

5063

被折叠的 条评论
为什么被折叠?



