Database Error Messages

ORA-52407

ALTER INDEX [owner_name].[index_name] REBUILD ONLINE failed. Invalid syntax in PARAMETERS.
  • owner_name: The owner name.
  • index_name: The index name.

Cause

There is an extra comma found in vector index PARAMETERS list.


Action

Remove the extra comma from the vector index PARAMETERS list.