ORA-51837
VECTOR_DISTANCE() with Jaccard metric or JACCARD_DISTANCE() requires BINARY format input vectors: encountered dimension formats (format1, format2)
- format1: dimension format of the first input vector operand
- format2: dimension format of the second input vector operand
Cause
Inputs with dimension formats other than BINARY are given in VECTOR_DISTANCE() with Jaccard metric or JACCARD_DISTANCE().
Action
Ensure that all of the input vector operands for VECTOR_DISTANCE() with Jaccard metric or JACCARD_DISTANCE() are of BINARY formats.