Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-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.