Database Error Messages

DIA-52809

CREATE VECTOR INDEX [owner_name].[index_name] failed. [operation] is not supported on external table.
  • owner_name: The owner of the index.
  • index_name: The index name.
  • operation: Unsupported feature

Cause

An attempt is being made to create an index on external table with an unsupported feature.


Action

Remove the unsupported feature or option.