ORA-14402: updating partition key column would cause a
partition change

Answers were Sorted based on User's Feedback



ORA-14402: updating partition key column would cause a partition change..

Answer / virender sharma

alter table <partition name> enable row movement;

after that fire update command it will allow update

Is This Answer Correct ?    5 Yes 0 No

ORA-14402: updating partition key column would cause a partition change..

Answer / guest

Cause: An UPDATE statement attempted to change the value of
a partition key column causing migration of the row to
another partition

Action: Do not attempt to update a partition key column or
make sure that the new partition key is within the range
containing the old partition key.

Please add more information about this Error

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

QSM-01063: query has a dictionary table or view

1 Answers  


NNL-00542: restart [<server_list>] : restart one or more Names servers

1 Answers  


ORA-16548: object not enabled

1 Answers  


ORA-24015: cannot create QUEUE_TABLE, QUEUE_PAYLOAD_TYPE string.string does not exist

1 Answers  


ORA-01486: size of array element is too large

1 Answers  






ORA-33313: (DELDENT05) workspace object cannot be deleted because it is the target of an external partition of a partitioned variable.

1 Answers  


ORA-30340: illegal dimension name

1 Answers  


ORA-02461: Inappropriate use of the INDEX option

1 Answers  


PCB-00007: %s

1 Answers  


ORA-08232: smsdes: cannot detach from SGA

1 Answers  


TNS-01153: Failed to process string: string

1 Answers  


ORA-09938: Save of signal handlers failed.

1 Answers  


Categories