How to fix the Oracle error ORA-23345: table “string”.”string” not registered to collect statistics?

In this post, you’ll learn more about the Oracle ErrorORA-23345: table “string”.”string” not registered to collect statistics with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

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

Reason for the Error ORA-23345: table “string”.”string” not registered to collect statistics

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

How to fix the Error ORA-23345: table “string”.”string” not registered to collect statistics ?

You can fix this error in Oracle by following the below steps

Call dbms_repcat.register_statistics to register the table.

Tags :

Leave Your Comment