Master in Oracle Golden Gate | Join us for the demo session on 22nd November 2025 at 6:00 PM IST

ORA-14402: Updating Partition Key Column Would Cause A Partition Change

Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
  • User AvatarKiran Dalvi
  • 17 Dec, 2023
  • 0 Comments
  • 1 Min Read

ORA-14402: Updating Partition Key Column Would Cause A Partition Change

Problem :

While updating a row in partitioned table, got this error.

Solution :

To fix it enable row movement.
SQL> alter table RANGE_TAB enable row movement;
Table altered.
SQL> update RANGE_TAB set TIME_LINE=sysdate-1 where QUANT=50;
3 rows updated.

Let's Talk

Find your desired career path with us!

Let's Talk

Find your desired career path with us!