1. 程式人生 > >ORA-03297: 文件包含在請求的 RESIZE 值以外使用的數據

ORA-03297: 文件包含在請求的 RESIZE 值以外使用的數據

inf src https rom 數據 數據文件 div cnblogs .cn

本文中的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 值以外使用的數據