select 'alter table '|| table_name ||' allocate extent;'
from user_tables where segment_created='NO';

相关文章: