How to fix the Oracle error ORA-14190: only one ENABLE/DISABLE ROW MOVEMENT clause can be specified?

In this post, you’ll learn more about the Oracle ErrorORA-14190: only one ENABLE/DISABLE ROW MOVEMENT clause can be specified with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-14190: only one ENABLE/DISABLE ROW MOVEMENT clause can be specified

Reason for the Error ORA-14190: only one ENABLE/DISABLE ROW MOVEMENT clause can be specified

One of three possible actions caused the error: 1) ENABLE ROW MOVEMENT was specified more than once. 2) DISABLE ROW MOVEMENT was specified more than once. 3) Both ENABLE ROW MOVEMENT and DISABLE ROW MOVEMENT were specified.

How to fix the Error ORA-14190: only one ENABLE/DISABLE ROW MOVEMENT clause can be specified ?

You can fix this error in Oracle by following the below steps

Remove all but one of the ENABLE ROW MOVEMENT or DISABLE ROW MOVEMENT clauses; then, reissue the command.

Tags :

Leave Your Comment