返回顶部
首页 > 资讯 > 错误编码 >ORA-56923: database properties related to time zone version are not set up properly ORACLE 报错 故障修复 远
  • 341
分享到

ORA-56923: database properties related to time zone version are not set up properly ORACLE 报错 故障修复 远

报错故障properties 2023-11-05 09:11:24 341人浏览 八月长安
摘要

文档解释 ORA-56923: database properties related to time zone version are not set up properly Cause: There were no database p

文档解释

ORA-56923: database properties related to time zone version are not set up properly

Cause: There were no database properties related to time zone version in dictionary table sys.props$.

Action: Contact oracle Support Services.

ORA-56923: database properties related to time zone version are not set up properly

错误说明

ORACLE56923是个错误号,表示ORACLE数据库的时区相关属性没有被正确设置。发生这种错误的原因是,在运行数据库时,时区不匹配或被破坏了,或者设置数据库时区时没有更新成功。

常见案例

这种错误经常出现在将数据库从一个时区迁移到另一个时区的过程中,由于目标环境的时区与原环境的时区不一致,而没有更新时区属性导致出现,同时,也可能是由于系统没有定期更新时区表导致的。

解决方法

一般处理方法及步骤

(1)执行命令 “alter system set time_zone=” scope=spfile;” 进行永久性设置,

(2)然后使用命令 “alter system set time_zone=”;” 进行定时设置,

(3)最后,使用“alter database set time_zone=”;” 命令将正确的时区设置到数据库中。

更新时区表也是一个常用的解决办法。要更新时区表,需要使用alter session set time_zone=’’语句来完成,但是,不同的数据库有不同的更新时区表方法。更新完成后一定要重启数据库,以便在新的环境中载入最新的时区表。

--结束END--

本文标题: ORA-56923: database properties related to time zone version are not set up properly ORACLE 报错 故障修复 远

本文链接: https://lsjlt.com/news/538774.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作