我正在尝试将dmp导入我的Oracle,我收到此错误。我已经尝试了很多解决方案但是它们中没有一个似乎对我有用。我收到这个错误:
example@example:~$:imp user/userpass@server:1521/xe file=examplefile.dmp
Import: Release 11.2.0.1.0 - Production on Fri Jul 14 14:46:07 2017
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
IMP-00038: Could not convert to environment character set's handle
IMP-00000: Import terminated unsuccessfully
帮助?谢谢!
答案 0 :(得分:0)
在导出和导入之前,将NLS_LANG变量设置为与目标数据库变量相同。