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

xiaoxiao2021-02-28  84

更新分区表的分区键时,会出现ORA-14402错误。

解决办法:

对表启动行移动

alter table tbs1 enable row movement;然后再进行更新该分区键,则不会报错。

转载请注明原文地址: https://www.6miu.com/read-24626.html

最新回复(0)