Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Arabic characters not displaying in oracle database

2648026Apr 4 2014

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 2 2014
Added on Apr 4 2014
1 comment
1,671 views