ORA-23345: table "string"."string" not registered to collect statistics
What triggered the Error:
procedure that deals with conflict resolution statistics-gathering was called for a table that was not registered to collect statistics.What should we do to fix it:
ll dbms_repcat.register_statistics to register the table.