我在尝试连接到oracle数据库时出错:
Query execution failed
Reason:
SQL Error [12705] [72000]: ORA-12705: Cannot access NLS data files or invalid environment specified
ORA-02063: preceding line
我的平台是明显运行在Mac上的MacO,请尝试连接到远程Oracle数据库。我该如何解决这个问题?
答案 0 :(得分:2)
如果您在这里并使用 Jetbrain 产品 (Pycharm/IntellJ IDEA/DataGrip) 上的任何产品
-Duser.language=en -Duser.country=美国
答案 1 :(得分:1)
如果您使用的是SQL Developer,则必须执行以下步骤:
Contents/Resources/sqldeveloper/sqldeveloper/bin/
sqldeveloper.conf
。# Options to avoid "ORA-12705: Cannot access NLS data files or invalid environment specified."
AddVMOption -Duser.language=en
AddVMOption -Duser.region=US
AddVMOption -Duser.country=en