Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

DIA-51809

FROM_VECTOR() or VECTOR_SERIALIZE() RETURNING clause error.

Cause

The RETURN clause specified for FROM_VECTOR() or VECTOR_SERIALIZE() is invalid.


Action

Ensure that the correct returning type is used. The correct syntax is FROM_VECTOR | VECTOR_SERIALIZE(vector RETURNING <VARCHAR | VARCHAR2 | CLOB>).