Database Error Messages

ORA-14710

domain index "string" found for table "string"."string" for EXCHANGE CASCADE

Cause

An ALTER TABLE EXCHANGE [SUB]PARTITION CASCADE command was attempted for the specified table. However, there was a domain index on the specified table.


Action

Perform EXCHANGE [SUB]PARTITION without the CASCADE option or ensure that there is no domain index on the specified table.