idea自带数据库连接工具,测试连接 报错ORA-01882

[60000][604] ORA-00604: error occurred at recursive SQL level 1  ORA-01882: timezone region  not found.

idea自带数据库连接工具,连接数据库报错ORA-01882: timezone region  not found

 

解决方法:

参考oracle - ORA-01882: timezone region not found - Stack Overflow https://stackoverflow.com/questions/9156379/ora-01882-timezone-region-not-found

在advanced中增加属性oracle.jdbc.timezoneAsRegion=false

idea自带数据库连接工具,连接数据库报错ORA-01882: timezone region  not found

相关文章:

  • 2021-08-11
  • 2021-04-21
  • 2021-05-27
  • 2022-12-23
  • 2021-10-06
  • 2022-01-07
  • 2022-01-07
  • 2022-12-23
猜你喜欢
  • 2022-02-18
  • 2022-12-23
  • 2021-04-16
  • 2021-04-30
  • 2021-11-07
  • 2021-05-07
  • 2021-05-04
相关资源
相似解决方案