|
原帖由 jhb20 于 2008-4-3 14:09 发表 ![]()
alter table tbname enable row movement shrink 必须开启行迁移功能。
保持HWM
alter table tbname shrink space compact;
回缩表与HWM
alter table tbname shrink space;
回缩表与相关索引
alter table tbname shrink space cascade;
回缩索引
alter index idxname shrink space;
"shrink" 提示 ‘ ORA-01735: 非法的 ALTER TABLE 选项’???
[ 本帖最后由 凌西 于 2008-4-3 14:30 编辑 ] |
|