Oracle Error ORA-23345: table “string”.”string” not registered to collect statistics

Oracle Error Message

ORA-23345: table “string”.”string” not registered to collect statistics

Reason for the Error

A procedure that deals with conflict resolution statistics-gathering was called for a table that was not registered to collect statistics.

Solution

Call dbms_repcat.register_statistics to register the table.