Database Error Messages

OCI-49059

Cannot drop column [string] on table [string].[string]. Dropping a column that would rename virtual columns of a function-based vector index is unsupported.
  • column name
  • owner name
  • table name

Cause

An attempt is being made to drop a column that would rename virtual columns used by function-based vector indexes.


Action

Drop the affected function-based vector index first, then retry dropping the column.