Tagged Questions
7
votes
4answers
8k views
NLS_LANG setting for JDBC thin driver?
I am using the thin Oracle JDBC driver ver 10.2.0 (ojdbc14.jar). I would like to configure its NLS_LANG setting manually. Is there a way?
Currently it fetches this setting from the VM variable ...
0
votes
1answer
142 views
OCI JDBC Driver and NLS Settings
We have created a "after logon" trigger to alter the session in order to set the two NLS settings - NLS_SORT and NLS_COMP. NLS_SORT needs to be set to BINARY_CI and NLS_COMP needs to be set to ...