NLS_LANG
From: Gerard H. Pille <ghp_at_skynet.be>
Date: Wed, 27 May 2009 20:17:39 +0200
Message-ID: <4a1d83c3$0$2849$ba620e4c_at_news.skynet.be>
[Quoted] [Quoted] Is there any way to determine the NLS_LANG of a client using SQL or PL/SQL.
Date: Wed, 27 May 2009 20:17:39 +0200
Message-ID: <4a1d83c3$0$2849$ba620e4c_at_news.skynet.be>
[Quoted] [Quoted] Is there any way to determine the NLS_LANG of a client using SQL or PL/SQL.
sys_context('USERENV','LANGUAGE') gives the database characterset, not the clients.
Thanks,
Gerard Received on Wed May 27 2009 - 20:17:39 CEST