orcl 11g 导出空表

来源:互联网 发布:linux p2p服务器 编辑:程序博客网 时间:2024/06/18 16:41
执行 select 'alter table '||table_name||' allocate extent;' from user_tables where num_rows = 0; 再copy内容执行,导出dmp文件就ok啦
0 0
原创粉丝点击