ORA-00600: internal error code, arguments: [kjhn_post_ha_alert0-862]问题的解决

ERROR
ORA-00600: internal error code, arguments: [kjhn_post_ha_alert0-862], [], [], [], [], [], [], []

2. The trace file reports the following SQL:
ORA-00600: internal error code, arguments: [kjhn_post_ha_alert0-862], [], [], [] , [], [], [], []
Current SQL statement for this session:
BEGIN :success := dbms_ha_alerts_prvt.check_ha_resources; END;

解决方法:
SQL>connect sys/password@c_str as sysdba
SQL>create table r_r_i$bk as select * from recent_resource_incarnations$;
SQL>truncate table recent_resource_incarnations$;
SQL>shutdown;
SQL>startup;

请使用浏览器的分享功能分享到微信等