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
发布时间: 2012-07-20 10:38:30 作者: rapoo
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