Table system.logmnr_restart_chkpt$ was inadvertently dropped
Platform: RHEL v9.6
Oracle Enterprise Database 19.28.0.0.0
Somehow, when working with log miner to look at archive logs from another database with a different patch level, we corrupted over 100+ objects that will not recompile. I traced it back to a table, system.logmnr_restart_chkpt$, that is missing and is needed. I tried executing the $ORACLE_HOME/rdbms/admin/catproc.sql along with the dbmslm.sql, prvtlm.sql, dbmslmd.sql, prvtlmd.sql and prvtlmc.sql scripts but it did not recreate the table. I cannot seem to use RMAN to recover because it is dependent on some of the objects which are dependent on this table being present. Any assistance would be greatly appreciated.