ORA-14470
Invalid usage of the fast modification to nonpartitioned state DDL.
Cause
An attempt was made to use the fast modification to nonpartitioned state DDL with an unsupported condition. The ALTER TABLE MODIFY NONPARTITIONED FAST DDL has the following restrictions:
- Only heap tables are supported.
- Partitioned tables can have only one fragment.
- Tables cannot be reference partitioned or have any reference partitioned children.
Action
Ensure that all of the conditions for the fast modification to nonpartitioned state DDL are satisfied.