Database Error Messages

ORA-61781

There is no multi-value index on table "table_name" with schema name "schema_name".
  • table_name: The name of the table.
  • schema_name: The schema name of the table.

Cause

No multi-value index is found on the table with a given name and schema name.


Action

Ensure that the correct table name and schema name are provided when invoking the procedure or function.