Cause:
You want to update a record and new value will belong to a different partition.
Solution:
Block must be physically re-located. You can not do this if row movement is not enabled:
ldbo@ari1112> update ledger set branchcode='2816' Where firmnumber='ACML-00001' and Oowncode='26964
0000';
update ledger set branchcode='2816' Where firmnumber='ACML-00001' and Oowncode='269640000'
*
ERROR at line 1:
ORA-14402: updating partition key column would cause a partition change
ALTER TABLE <Table_Name> enable row movement;
No comments:
Post a Comment