Database Error Messages

ORA-51802

Invalid VECTOR type specification. Invalid dimension format (dimension_format).
  • dimension_format: The dimension format parsed from the user query.

Cause

The VECTOR column type specification has a dimension format that is invalid.


Action

Ensure that the dimension format is either flexible (*) or one of INT8, FLOAT32, or FLOAT64.