导出导入时,对空表进行处理

select ‘alter table ‘||table_name||’ allocate extent;’ from user_tables t where t.NUM_ROWS = 0 or t.NUM_ROWS is null;
相关文章
相关标签/搜索