Oracle Solution for Error ora-23345

Solution for Oracle Error ORA-23345

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.