alter system set deferred_segment_creation=false
执行以下sql,将结果执行,在进行备份即可
select ‘alter table ‘||table_name||‘ allocate extent;‘ from user_tables where num_rows=0
如果imp的时候出现imp-00017 ora-06550的错误,解决办法:
就是在exp或imp时加上一个参数来禁用统计信息的导出/导入: statistics=none
原文:http://blog.51cto.com/1197822/2156821