Database Error Messages

OCI-51989

Cannot modify column [column_name] on table [owner_name].[table_name]. Modifying a column that is covered by a vector index is unsupported.
  • column_name: The column name.
  • owner_name: The owner of the index.
  • table_name: The index name.

Cause

An attempt is being made to modify a column that is covered by a vector index.


Action

Drop the index and modify column in the base table again.