- 执行以下SQL
Select 'alter table '||table_name||' allocate extent;' from user_tables where segment_created='NO';
- 把结果全部复制出来,然后执行即可
Select 'alter table '||table_name||' allocate extent;' from user_tables where segment_created='NO';
转载于:https://my.oschina.net/icebergxty/blog/3026055