Oracle DBA, How To, Error, Cause and Action

ORA-14513: partitioning column may not be of object datatype

ORA-14513: partitioning column may not be of object datatype


Cause:


Partitioning column specified by the user was an object datatype (object, REF, nested table, array) which is illegal.



Action:


Ensure that no partitioning column is an object datatype.

No comments:

Post a Comment

Thanks for your comment.