Database Error Messages

OCI-14229

cannot modify the indexing attribute of a composite partition

Cause

An attempt was made to perform ALTER TABLE MODIFY PARTITION INDEXING [ON|OFF] on a composite table partition.


Action

Run ALTER TABLE MODIFY SUBPARTITION INDEXING [ON|OFF] on each subpartition individually.