How to fix the Oracle error ORA-38601: FI Not enough memory for frequent itemset counting: string?
In this post, you’ll learn more about the Oracle ErrorORA-38601: FI Not enough memory for frequent itemset counting: string with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-38601: FI Not enough memory for frequent itemset counting: string
Reason for the Error ORA-38601: FI Not enough memory for frequent itemset counting: string
The memory size did not satisfy the minimum memory requirement.
How to fix the Error ORA-38601: FI Not enough memory for frequent itemset counting: string ?
You can fix this error in Oracle by following the below steps
In workarea_size_policy=’manual’ mode, set _fic_area_size to a reasonably larger value. Or, In workarea_size_policy=’auto’ mode, this error should never happen.
Leave Your Comment