2020年5月20日星期三

oracle ORA

oracle ORA


出现ora-31655错误的情况

原因:是因为不是同一个schema,导致的问题产生

 

解决方案:

在导入语句最后添加上remap_schema=old:new

着old是原schema,也就是导出的用户名,new是想要导入的用户名


如:这里有一个expdp导出的dmp文件用户是test_old,想要到入到其他的数据库中的test_new

impdp test_new/test_new dumpfile=test_old.dmp directory=test_dir remap_schema=test_old:test_new


没有评论:

发表评论