Click here to Skip to main content
15,885,998 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've been trying to connect to the Oracle DB with Oracle SQL Developer.

I get a message
An error was encountered performing the requested operation:

Locale not recognized

Vendor code 17176
Posted
Updated 10-Nov-18 2:43am
v3

You will find several suggestions in this[^] thread. It details, quite neatly, the different things that can cause this issue.
 
Share this answer
 
Comments
Imranov Farid 2-Aug-19 9:50am    
Thank you for answer. I found my soultion in the link you suggested. The problem was ORACLE_HOME variable in the Environment vairables. I did not set this variable before, when I set this variable to the folder that contains tnsname.ora file then the problem solved. I gave you five stars. Thanks.
add to main class:
Locale.setDefault(Locale.ENGLISH);
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900