Thanks Henning it shows up
SQL> @.[%NLS_LANG%]
SP2-0310: unable to open file ".[AMERICAN_AMERICA.WE8MSWIN1252]"
Regards,
Anurag
On Wed, Apr 10, 2013 at 2:22 PM, Henning von Bargen <
hen...@ar...> wrote:
> 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
>
>
>
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
> _______________________________________________
> cx-oracle-users mailing list
> cx-...@li...
> https://lists.sourceforge.net/lists/listinfo/cx-oracle-users
>
|