Database Error Messages

ORA-14360

Only a partial index is allowed on a hybrid partitioned table.

Cause

An attempt was made to create a full index on a hybrid partitioned table, or, to convert an internal partitioned table containing a full index into a hybrid partitioned table.


Action

You can index the internal partitions of a hybrid partitioned table, but not the external partitions. Ensure that the table only has partial indexes.