Database Error Messages

ORA-44974

PRESENT ON EMPTY setting for multi-value index cannot be different at table level and column level.

Cause

An attempt was made to create a multi-value index using PRESENT ON EMPTY at table level but not at column level, and vice versa.


Action

Ensure PRESENT ON EMPTY is either used at both table level and column level, or is not used at all.