近日,有好友出现ORA-600错误, 具体如下:

Mon Sep 10 15:22:11 2007
Errors in file e:\oracle\product\10.2.0\admin\oral\bdump\oral_mmon_4528.trc:
ORA-00600: internal error code, arguments: [kjhn_post_ha_alert0-862], [], [], [], [], [], [], []

Mon Sep 10 15:23:00 2007
Restarting dead background process MMON
MMON started with pid=11, OS id=3552
Mon Sep 10 15:23:03 2007
Errors in file e:\oracle\product\10.2.0\admin\oral\bdump\oral_mmon_3552.trc:
ORA-00600: internal error code, arguments: [kjhn_post_ha_alert0-862], [], [], [], [], [], [], []


解决方法:

connect sys/oracle@sid_string as sysdba;
create table recent_resource_incarnations$bk as select * from recent_resource_incarnations$;
truncate table recent_resource_incarnations$;
shutdown immediate;
startup;
 

相关文章:

  • 2022-12-23
  • 2021-07-04
  • 2021-08-09
  • 2021-07-19
  • 2021-11-21
  • 2021-08-15
  • 2022-01-25
  • 2022-01-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
  • 2021-11-09
  • 2021-12-13
  • 2022-03-04
相关资源
相似解决方案