1:如果要导入的用户下有空表,需要执行下面语句
select ‘alter table ‘||table_name||‘ allocate extent;‘ from user_tables where num_rows=0
查询出的数据拷出来,再次执行
2:cmd进入命令,导出
3:删除原有用户
drop user aa cascade
4:创建用户
5:导入
总结:
原文:https://www.cnblogs.com/YuyuanNo1/p/10607432.html