首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

Oracle - export empty table

2012-07-20 
Oracle --export empty tableAllocate extent to empty tables first, then we can export empty tables.?

Oracle -- export empty table

Allocate extent to empty tables first, then we can export empty tables.

?

select 'alter table '||table_name||' allocate extent;' from user_tables

热点排行