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

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_第1张图片

 

解决方法:

参考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_第2张图片

你可能感兴趣的:(idea)