Oracle DBA, How To, Error, Cause and Action

ORA-14135: a LOB column cannot serve as a partitioning column

ORA-14135: a LOB column cannot serve as a partitioning column


Cause:


An attempt was made to specify a column of type BLOB or CLOB as a partitioning or subpartitioning column.



Action:


Ensure that no partitioning or subpartitioning column is of type BLOB or CLOB.

No comments:

Post a Comment

Thanks for your comment.