Oracle Error ORA-02337: not an object type column

Oracle Error Message

ORA-02337: not an object type column

Reason for the Error

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.

Solution

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