OCI-51804
Invalid syntax for VECTOR value. Must be a string of the form
DENSE vector: '[number , number ..., number]'
SPARSE vector: '[<total dimension count (optional)>, [sparse index array], [sparse dimension value array]]'.
DENSE vector: '[number , number ..., number]'
SPARSE vector: '[<total dimension count (optional)>, [sparse index array], [sparse dimension value array]]'.
Cause
The text string for the vector does not match the required vector value syntax.
Action
Ensure that the vector is in the correct string format. A valid vector in the string format must be enclosed in square brackets and the dimension values must be numerical and separated by commas. Spaces are optional.