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

ORA-19040: Element string does not match expected string.

1 Answers  


SQL*Loader-00649: Quoted string missing closing quote

1 Answers  


ORA-09794: szrbuild: length of role name is greater than buffer.

1 Answers  


ORA-36639: (XSDUNION18) UNIQUE cannot be applied to this concat dimension because leaves workspace object and workspace object share the value number.

1 Answers  


NNL-01067: Trace level: number

1 Answers  


ORA-12446: Insufficient authorization for administration of policy string

1 Answers  


ORA-08275: Environment variable unset

1 Answers  


ORA-08435: PICTURE MASK missing the leading sign when SIGN IS LEADING specified

1 Answers  


NNL-00856: Average rename processing time: string

1 Answers  


ORA-16204: DDL successfully applied

1 Answers  


QSM-02133: agg(expr) requires correspondng MIN(expr) function

1 Answers  


ORA-31213: DBMS_LDAP: PL/SQL - Invalid LDAP mod option.

1 Answers  


Categories