Oracle DBA, How To, Error, Cause and Action

ORA-14808: ONLINE MOVE PARTITION is not supported for this table

ORA-14808: ONLINE MOVE PARTITION is not supported for this table


Cause:


An ALTER TABLE MOVE PARTITION ONLINE statement was issued on a table that was either not a heap table or had an object type, domain index or bitmap join index defined on it. This operation is only supported for heap tables.



Action:


Do not use the ONLINE keyword.

No comments:

Post a Comment

Thanks for your comment.