ORA-02337
'string' is not an object type column.
- column : The column name with dot notation.
Cause
An attempt was made to use dot notation on a non Abstract Data Type (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.
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.
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.