Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3549218
  • 博文数量: 715
  • 博客积分: 1860
  • 博客等级: 上尉
  • 技术积分: 7745
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-07 08:51
个人简介

偶尔有空上来看看

文章分类

全部博文(715)

文章存档

2023年(75)

2022年(134)

2021年(238)

2020年(115)

2019年(11)

2018年(9)

2017年(9)

2016年(17)

2015年(7)

2014年(4)

2013年(1)

2012年(11)

2011年(27)

2010年(35)

2009年(11)

2008年(11)

最近访客

分类: Oracle

2020-07-12 15:06:18


对一个分区表,分区字段为date类型的,更新这个字段内容时 提示:

ora-14402,看看帮助怎么说:
oerr ora 14402
14402, 00000, "updating partition key column would cause a partition change"
// *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.

解决方法:
alter table t1 enable row movement;
阅读(4887) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~