在linux下,用imp导入dmp备份文件提示:
IMP-00038: Could not convert to environment character set's handle
IMP-00000: Import terminated unsuccessfull
导入的oracle数据库字符集是一样的,求解!
...全文
7633打赏收藏
oracle导入dmp文件提示字符集转换错误
在linux下,用imp导入dmp备份文件提示: IMP-00038: Could not convert to environment character set's handle IMP-00000: Import terminated unsuccessfull 导入的oracle数据库字符集是一样的,求解!
export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
imp...
if above not work then you can use
Try to export after set the NLS_LANG Parameter
set NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
exp...
and then import