Oracle Solution for Error ora-02337

Solution for Oracle Error ORA-02337

ORA-02337: not an object type column

What triggered 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.

What should we do to fix it:

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