Database Error Messages

ORA-29939

failed to implicitly transform user-managed domain index index_schema.index_name to system-managed domain index
  • index_schema: The schema of the domain index.
  • index_name: The name of the domain index.

Cause

An attempt was made to convert a user-managed indextype into a system-managed indextype and the subsequent implicit validation of the domain indexes could not be completed.


Action

Issue an ALTER INDEX COMPILE statement on the domain index.