Database Error Messages

OCI-14808

table does not support string string

Cause

An ALTER TABLE MOVE PARTITION ONLINE or ALTER TABLE MODIFY PARTITION INDEXING or ALTER TABLE SPLIT PARTITION ONLINE statement was issued on a table that was either not a heap-organized table or had an object type, domain index or bitmap join index defined on it. Or, the source table of the split online has reference partitioned child tables. This operation is only supported for heap-organized tables.


Action

Do not use the ONLINE keyword or the INDEXING clause.