oracle 导出空表问题

select 'alter table '||table_name||' allocate extent;' from user_tables where num_rows=0

  

猜你喜欢

转载自www.cnblogs.com/Leechg/p/9501008.html