OCI-51800
Invalid syntax for VECTOR type specification
Cause
The VECTOR column type specification is incorrect.
Action
Ensure that the correct syntax is used VECTOR(<vector_dimension_count>, <vector_dimension_format>). The vector dimension count can either be flexible (*) or an integer between 1 and 65535. The vector dimension format can either be flexible (*) or one of INT8, FLOAT32, or FLOAT64.