做数据段收缩时出现:(已经启用row movement。表段所在表空间的段空间管理(segment space management)为auto)
SQL> alter table tb_auto shrink space;
alter table tb_auto shrink space
*
第 1 行出现错误:
ORA-10635: Invalid segment or tablespace type
...全文
57回复打赏收藏
数据段收缩的问题
做数据段收缩时出现:(已经启用row movement。表段所在表空间的段空间管理(segment space management)为auto) SQL> alter table tb_auto shrink space; alter table tb_auto shrink space * 第 1 行出现错误: ORA-10635: Invalid segment or tablespace type