ORA-14471
Invalid usage of the fast modification to partitioned state DDL.
Cause
An attempt was made to use the fast modification to partitioned state DDL with an unsupported condition. The ALTER TABLE MODIFY PARTITION BY FAST DDL has the following restrictions:
- Only heap tables are supported.
- Partition definition can have only one fragment.
- Storage parameters of any segment cannot be changed.
- Including ROWS clause is not supported.
- Online version of this DDL is not supported.
Action
Ensure that all of the conditions for the fast modification to partitioned state DDL are satisfied.