Database Error Messages

ORA-51990

Cannot rename column [column_name] on table [owner_name].[table_name]. Renaming 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 rename a column that is covered by a vector index.


Action

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