Oracle Error ORA-38610: FI “string” name prefix is reserved for frequent itemset counting

Oracle Error Message

ORA-38610: FI “string” name prefix is reserved for frequent itemset counting

Reason for the Error

An error occurred because DBMS_FREQUENT_ITEMSET and prefix ORA_FI are reserved for the DBMS_FREQUENT_ITEMSET package’s internal use.

Solution

Do not re-define functions with names starting with DBMS_FREQUENT_ITEMSET package or ORA_FI.