ORA-32631: illegal use of objects in MODEL
What triggered the Error:
An object column was used as a MODEL column. Object types are not allowed as partition by, dimension by or measure expressions.What should we do to fix it:
Check the SQL statement and rewrite if necessary.