症状:
数据库可以mount
Alter database open 的时候报如下错误:
ORA-00600: internal error code, arguments: [3705], [1], [2], [2], [0], [], [], []
解决办法
1 startup mount
2 alter database backup controlfile to trace
3 重建控制文件
原因分析:
When we open the database we check a flag in the current online redo log and if
that flag does not match the flag for that thread in the controlfile then we
signal the ora-600 [3705].