Database Error Messages

OCI-51966

TopK RowIDs HNSW memory allocation is failing.

Cause

The specified K value is too high in the FETCH APPROX FIRST K ROWS ONLY clause of the vector search query resulting in a memory allocation issue.


Action

Specify reasonable K values in the FETCH APPROX FIRST K ROWS ONLY clause of the vector search query.