Re: [cx-oracle-users] Named Parameters Issue - ORA-01460:
Brought to you by:
atuining
From: Henning v. B. <hen...@ar...> - 2013-04-10 18:22:21
|
Anurag Chourasia wrote: Also, I could not find out the current value of NLS_LANG. . . When i query from sqlplus it is not set...And when i use os.environ to get the value, i get key error. Well, to find out the current value of NLS_LANG in SQL*Plus, the only reliable solution is the following dirty trick (seehttp://laurentschneider.com/wordpress/2011/05/what-is-the-current-setting-of-nls_lang-in-sqlplus.html) @.[$NLS_LANG] HTH Henning |