Oracle DBA, How To, Error, Cause and Action

ORA-02337: not an object type column

ORA-02337: not an object type column


Cause:


An attempt was made to use dotted notation on a non-ADT column; that is, "a.b.c" where "a" is not an object type.



Action:


Either change the column type to an object type or do not perform this operation.

No comments:

Post a Comment

Thanks for your comment.