oracle11g倒出空表
1.查找空表
select 'alter table '|| table_name ||' move;' from user_tables where segment_created='NO';
2.处理空表
alter table AREAHISTORYPRICEINFO move;