Database Error Messages

DIA-51919

CREATE VECTOR INDEX owner_name.index_name failed. Table type table_type is not allowed for vector indexes.
  • owner_name: The owner of the index.
  • index_name: The index name.
  • table_type: The type of the base table.

Cause

An attempt is being made to create a vector index on a table type that is not allowed.


Action

Refer to the documentation for CREATE VECTOR INDEX for the allowed table types for vector indexes.