返回顶部
首页 > 资讯 > 错误编码 >ORA-39361: Source time zone is string and target time zone is string. ORACLE 报错 故障修复 远程处理
  • 637
分享到

ORA-39361: Source time zone is string and target time zone is string. ORACLE 报错 故障修复 远程处理

报错故障Source 2023-11-05 07:11:19 637人浏览 独家记忆
摘要

文档解释 ORA-39361: Source time zone is string and target time zone is string. Cause: The time zone of the source database i

文档解释

ORA-39361: Source time zone is string and target time zone is string.

Cause: The time zone of the source database is different than the time zone of the target database.

Action: Tables containing TIMESTAMP WITH LOCAL TIME ZONE data cannot be imported with transportable tablespace technology when time zones are different between the export and target databases. All affected tables will be reported during the import job and will not be created. If any are reported, convert the target database to the same time zone as the source or use oracle Data Pump with conventional data movement to export then import the affected tables.

ORA-39361:指出将源时区转换为目标时区时出错。例如,当将源时区GMT(即Greenwich Mean Time)转换为目标时区EST(即Eastern Standard Time)时,可能会发生此错误。

官方解释

ORA-39361:转换源时区到目标时区时出错

常见案例

常见的原因是源或目标时区的格式不正确。另外一个原因是数据库上没有安装某个时区的补丁。

一般处理方法及步骤

1.确认源时区和目标时区的正确名称格式,并检查字段是否合理;

2.通过查询V$TIMEZONE_NAMES视图来验证相应的时区名称元数据是否正确;

3.如果时区名称在V$TIMEZONE_NAMES视图中不存在,则可以使用DBMS_DST包安装相应的时区补丁;

4.仅在确定时区名称格式正确,且已安装时区补丁的情况下,进行转换操作。

--结束END--

本文标题: ORA-39361: Source time zone is string and target time zone is string. ORACLE 报错 故障修复 远程处理

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

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

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

  • 微信公众号

  • 商务合作