oracle10g导入数据后注释乱码

导入的日志信息:
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

Export file created by EXPORT:V10.02.01 via conventional path

Warning: the objects were exported by HOPETARGLE_ZY, not by you

import done in US7ASCII character set and AL16UTF16 NCHAR character set
import server uses AL32UTF8 character set (possible charset conversion)
export client uses AL32UTF8 character set (possible charset conversion)
IMP-00024: Only one mode (TABLES, FROMUSER, or FULL) can be specified
IMP-00000: Import terminated unsuccessfully

百度查了没解决,希望各位大神给看看很急,给个解决方法谢谢了图片说明

应该是字符集编码不一致导致乱码,刚刚找到一篇博文,你可以参考着修改一下。http://blog.csdn.net/muzai/article/details/6104873