NLS_LANG setting for JDBC thin driver?

后端 未结 5 881
死守一世寂寞
死守一世寂寞 2020-11-29 05:22

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 s

5条回答
  •  暖寄归人
    2020-11-29 06:01

    See also: https://serverfault.com/questions/63216/ora-12705-cannot-access-nls-data-files-or-invalid-environment-specified/64536

    For me the best response was by FoxyBOA to invoke java app with:

    -Duser.country=en -Duser.language=en
    

提交回复
热议问题