Hi All,
Version details
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for Solaris: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
Language :
SQL> show parameter nls_lang
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
nls_language string AMERICAN
Currently,we are facing problem in inserting Latin characters such as 'ʬ '
We are receiving these characters from another DB via DB Link .What parameters should I change in my DB to accept those Latin characters.
Please suggest an approach or charset that'll allow my Db to accept both English and Latin characters.