Logminer : ORA-00600: internal error code, arguments: [krvrdccs10]
oracle v19.26
When I use logminer to mine oracle redo logs, I set the SCN range of mining by setting startScn and endScn. The range I set is the correct range of the log I want to mine, but when I mine the whole range at one time, I get an error: ora-00600: internal error code, arguments: [krvrdccs10], but if I mine this range in multiple batches, it will be normal. Please analyze the reasons.
KEY CODE:
"BEGIN sys.dbms_logmnr.start_logmnr(OPTIONS => DBMS_LOGMNR.DICT_FROM_ONLINE_CATALOG + DBMS_LOGMNR.NO_ROWID_IN_STMT);END;"