不要连接数据库oracle [英] dont connect database oracle

查看:129
本文介绍了不要连接数据库oracle的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在尝试使用Oracle SQL Developer连接到Oracle数据库。



我收到消息

执行请求的操作时遇到错误:

区域设置无法识别

供应商代码17176

解决方案

您可以在中找到一些建议[ ^ ]主题。它非常巧妙地详细说明了导致此问题的不同内容。


添加到主类:

Locale.setDefault(Locale.ENGLISH);

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

解决方案

You will find several suggestions in this[^] thread. It details, quite neatly, the different things that can cause this issue.


add to main class:
Locale.setDefault(Locale.ENGLISH);


这篇关于不要连接数据库oracle的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆