Database Error Messages

ORA-23345

table "string"."string" not registered to collect statistics

Cause

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


Action

Call dbms_repcat.register_statistics to register the table.