Home > Database > Mysql Tutorial > ORA-14402 更新分区关键字列

ORA-14402 更新分区关键字列

WBOY
Release: 2016-06-07 17:10:14
Original
1248 people have browsed it

为了解决这个问题,可以使用如下命令更改分区表的属性: SQLgt; alter table DOM_REAL_CATEGORY_FL enable row movement; Tab

为了解决这个问题,可以使用如下命令更改分区表的属性:

SQL> alter table DOM_REAL_CATEGORY_FL enable row movement;

Table altered.

更改分区表的分区键值,,意味着要删除记录并重新插入一条新的记录,这会引起记录(Record)的移动,记录的Rowid会改变,相关索引需要进行维护。

SQL> update DOM_REAL_CATEGORY_FL set doc_level=101 where doc_level=51;

57024 rows updated.

Elapsed: 00:00:34.61

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template