Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-40854

A multivalue index is defined on table string.

Cause

A direct load was specified for a table on which a multivalue index was defined.


Action

Take one of the following actions:

  • Drop the multivalue index that is defined on the table.
  • Do not use direct load.
  • Use the SKIP_INDEX_MAINTENANCE option.
  • Mark the multivalue index as unusable prior to loading.