Internal Error (ORA 600 [kkzdgdefq]) Detected During Materialized View Refresh
Hello,
I have been doing some research on this bug i received today,
exec DBMS_MVIEW.REFRESH('MV_DM_BNKR_APNMT_1');
ORA-00600: internal error code, arguments: [kkzdgdefq], [3], [34876], [100412], [], [], [], [], [], [], [], []
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2809
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 3025
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2994
ORA-06512: at line 1
exec udw.dw_util.refresh_mview('MV_DM_BNKR_APNMT_1');
ORA-00600: internal error code, arguments: [kkzdgdefq], [3], [34876], [100412], [], [], [], [], [], [], [], []
ORA-06512: at "UDW.DW_UTIL", line 53
ORA-06512: at line 1
I found this document in My Oracle Support ( Doc ID 2039090.1 ), but in there it says there is a fix/patch in Oracle 12c version only.