标签:移动 tab 空间 tle font lte code ips png
本文中的45,对应 修改数据文件大小 里面的45
1.移动表前先对表空间做整理
alter tablespace data_cis_test coalesce;
2.在dba_extents找到与ID=45的数据文件相关的表及索引
select segment_name,partition_name,segment_type from dba_extents where file_id=45;
3、对id=45的文件上的表和索引移动位置
待续
ORA-03297: 文件包含在请求的 RESIZE 值以外使用的数据
标签:移动 tab 空间 tle font lte code ips png
原文地址:https://www.cnblogs.com/vipsoft/p/9517048.html