Database Error Messages

ORA-51927

CREATE VECTOR INDEX index_name failed. Invalid value given_value specified for the PARALLEL clause. Valid values are between 1 and 32767.
  • index_name: The index name.
  • given_value: The value specified for the PARALLEL clause.

Cause

The value specified for the PARALLEL clause in the CREATE VECTOR INDEX DDL is invalid.


Action

Ensure that the value specified for the PARALLEL clause in the CREATE VECTOR INDEX DDL is between 1 and 32767.