Database Error Messages

OCI-52310

CREATE VECTOR INDEX failed. The sum of lengths of all included columns in HNSW index must be less than 1 MB.

Cause

An attempt is being made to create a HNSW vector index with a total included column footprint larger than 1 MB.


Action

Use lesser number of included columns or smaller sized included columns.