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-28113: policy predicate has error

1 Answers  


ORA-01950: no privileges on tablespace 'string'

1 Answers  


DRG-12223: section name string is a reserved name

1 Answers  


PLS-00310: with %%ROWTYPE attribute, 'string' must name a table, cursor or cursor-variable

1 Answers  


QSM-01072: materialized view, string, and query have different joins between tables, string

1 Answers  






ORA-31527: could not find source column string for CDC change table string.string

1 Answers  


ORA-13758: "SQL Tuning Set" "string" is in use.

1 Answers  


ORA-22166: collection is empty

1 Answers  


AUD-00803: internal error while processing WHERE clause

1 Answers  


ORA-29959: error in the execution of the string routine for one or more of the index partitions

1 Answers  


PLS-00415: 'string' is an OUT parameter and cannot appear in a function

1 Answers  


NNL-00303: Server checking for reload

1 Answers  


Categories