導出導入時,對空表進行處理

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