ORA-14513: partitioning column may not be of object datatype
What triggered the Error:
Partitioning column specified by the user was an object datatype (object, REF, nested table, array) which is illegal.What should we do to fix it:
Ensure that no partitioning column is an object datatype.