ORA-14229:cannot modify the indexing attribute of a composite partition
错误码
错误描述:cannot modify the indexing attribute of a composite partition
错误原因:An attempt was made to perform ALTER TABLE MODIFY PARTITION INDEXING [ON|OFF] on a composite table partition.
解决方法:Run ALTER TABLE MODIFY SUBPARTITION INDEXING [ON|OFF] on each subpartition individually.
向认证技术专家提问
向技术专家提问


