Database Error Messages

ORA-29941

cannot convert a table with user-managed local domain indexes to an interval-partitioned table

Cause

An attempt was made to convert a range-partitioned table with local user-managed domain indexes to an interval-partitioned table.


Action

Either convert the underlying indextype to system-managed or drop the local user-managed domain index before converting the table to an interval-partitioned table.