How to fix the Oracle error ORA-14661: row movement must be enabled?
In this post, you’ll learn more about the Oracle ErrorORA-14661: row movement must be enabled with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-14661: row movement must be enabled
Reason for the Error ORA-14661: row movement must be enabled
Attempted to disable row movement for a reference-partitioned table, although row movement was enabled for its parent table.
How to fix the Error ORA-14661: row movement must be enabled ?
You can fix this error in Oracle by following the below steps
Disable row movement for parent table before disabling row movement for the reference-partitioned table.
Leave Your Comment