ORA-23345 table “string”.”string” not registered to collect statistics cause and solution
The following is the ORA-23345 error message, you can learn the cause and solution of the Oracle database error.
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.
Solution: Call DBMS_REPCAT.REGISTER_STATISTICS to register the table.
Please wait for the update…