Hello,
I'm trying to import a dump file to my Oracle XE database (in ubuntu 12.04) . The database imported contains Arabic characters.
After the import, everything was OK and done without errors but I am getting wrong characters in all the Arabic fields ( like ÊæäÓ ÈÇÈ ÈäÇÊ ... ).
In the log file, i found this warning,
import done in AL32UTF8 character set and AL16UTF16 NCHAR character set
export client uses US7ASCII character set (possible charset conversion)
The export was done in unix environment.
I tried to change the character set by modifying the NLS_LANG=AMERICAN_AMERICA.us7ascii , but i still have the same wrong characters
In the log file i get this warning:
import done in US7ASCII character set and AL16UTF16 NCHAR character set
import server uses AL32UTF8 character set (possible charset conversion)
Do you Have any idea ?
Thanks