ora2pg
ora2pg copied to clipboard
Not able to import oracle dump with hindi font data properly
Hello everyone, I'm stuck on one problem and it is that while importing oracle dump, I'm not able to restore hindi font data properly for ora2pg migration even when character set is AL32UTF8. So is there any solution where i can restore Oracle dump with hindi font data in a proper way? I'm using oracle 11g enterprise edition. Thank you in advance.
Normally using default NLS_LANG AMERICAN_AMERICA.AL32UTF8
and CLIENT_ENCODING UTF8
should work. Use direct data import to PostgreSQL, no intermediate dump to files.
If it doesn't work you can try using the following in ora2pg.conf
NLS_LANG US7ASCII
ENCODING SQL_ASCII