ORA-32696: HTI: No free slot
Cause: There is not enough memory
Action: Increase memory
https://support.oracle.com/
http://www.oracle.com/
ORA-32696: HTI: No free slot
Cause: There is not enough memory
Action: Increase memory
https://support.oracle.com/
http://www.oracle.com/
ORA-32695: HTI: Not enough memory
Cause: Memory is not enough
Action: Increase memory
https://support.oracle.com/
http://www.oracle.com/
ORA-32690: Hash Table Infrastructure ran out of memory
Cause: Not enough memory
Action: Increase memory
https://support.oracle.com/
http://www.oracle.com/
ORA-32644: this function is not allowed outside of MODEL clause
Cause: A function allowed only within the MODEL clause is used outside of MODEL clause
Action: Rewrite the SQL statement
https://support.oracle.com/
http://www.oracle.com/
ORA-32643: invalid use of window function in MODEL rule
Cause: The window functions can not be used in SQL Model rules that have FOR-loops on the left side or aggregates on the right side
Action: Modify the MODEL rule
https://support.oracle.com/
http://www.oracle.com/
ORA-32642: non-unique cell values from the ORDER BY clause
Cause: The MODEL rule ORDER BY clause did not generate unique values for all cells that satisfy the predicates in the left side of the rule
Action: Modify the rule ORDER BY clause in the MODEL rule
https://support.oracle.com/
http://www.oracle.com/
ORA-32641: invalid expression in MODEL rule ORDER BY clause
Cause: An invalid expression was specified in the MODEL rule ORDER BY clause where only expressions of dimension and measure columns and reference MODEL cell references are allowed
Action: Modify the order by clause in the MODEL rule
https://support.oracle.com/
http://www.oracle.com/
ORA-32640: FOR LIKE loops are not allowed for multi-byte character types
Cause: FOR LIKE loops was specified for a multi-byte character type
Action: Check the SQL statement and rewrite if necessary
https://support.oracle.com/
http://www.oracle.com/
ORA-32639: Aggregate functions on reference MODELs are not allowed
Cause: An aggregate function was specified on the cells of a reference MODEL
Action: Check the SQL statement and rewrite if necessary
https://support.oracle.com/
http://www.oracle.com/
ORA-32638: Non unique addressing in MODEL dimensions
Cause: The address space defined for the MODEL (partition by and dimension by expressions) do not uniquely identify each cell
Action: Rewrite the MODEL clause. Using UNIQUE SINGLE REFERENCE option might help
https://support.oracle.com/
http://www.oracle.com/