ORA-03297: 文件包含在请求的 RESIZE 值以外使用的数据

时间:2023-12-05 23:35:44

本文中的45,对应 修改数据文件大小 里面的45

1.移动表前先对表空间做整理

alter tablespace data_cis_test coalesce;

ORA-03297: 文件包含在请求的 RESIZE 值以外使用的数据

2.在dba_extents找到与ID=45的数据文件相关的表及索引

select segment_name,partition_name,segment_type from dba_extents where file_id=45;

3、对id=45的文件上的表和索引移动位置

待续

相关文章