`
dbaspider
  • 浏览: 257635 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

ORA-01882 问题的解决

阅读更多

【问题描述】

通过 pl sql developer 查询 select * from dba_scheduler_windows 时报错:ORA-01882: 未找到时区区域 %s

ORACLE HELP DOC 里面解释如下:

ORA-01882 : timezone region string not found

Cause: The specified region name was not found.

Action: Please contact Oracle Support Services.

【原因分析】

server 版本:aix 6.1 + oracle 11g 11.1.0.7.x

client 版本:windows xp + oracle 9i 9.2.0.6

dba_scheduler_windows�0�2 里面有带时区的时间戳类型字段:

TIMESTAMP(6) WITH TIME ZONE

应该和oci客户端不认识服务器端时区标识相关。

【解决办法】

升级客户端oci client版本到11g,和服务器端保持一致即可。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics