返回顶部
首页 > 资讯 > 错误编码 >ORA-39360: Table string was skipped due to transportable import and TSLTZ issues resulting from time
  • 122
分享到

ORA-39360: Table string was skipped due to transportable import and TSLTZ issues resulting from time

报错故障skipped 2023-11-05 20:11:07 122人浏览 薄情痞子
摘要

文档解释 ORA-39360: Table string was skipped due to transportable import and TSLTZ issues resulting from time zone mismatch.

文档解释

ORA-39360: Table string was skipped due to transportable import and TSLTZ issues resulting from time zone mismatch.

Cause: The time zone of the source database is different than the time zone of the target database and this table contains TIMESTAMP WITH LOCAL TIME ZONE data.

Action: Convert the target database to the same time zone as the source database or use oracle Data Pump with conventional data movement to export then import this table.

这是由于时区不匹配所引起的数据传输问题,Oracle 数据库服务器与客户机/源实例的时区不同时会抛出 ORA-39360 错误。

官方解释

ORA-39360:表 string 被跳过,由于在可迁移的导入过程中,TSLTZ 时区问题导致时区不匹配。

常见案例

当尝试通过 transpotable 导入时,源和目标实例的时区必须完全匹配才能进行彻底的数据复制。如果不匹配,可能会出现 ORA-39360 错误,并且某些表无法被迁移出来,打印的报错信息如下:

ORA-39360: Table string was skipped due to transportable import and TSLTZ issues resulting from time zone mismatch.

一般处理方法及步骤

要解决 ORA-39360 的报错,首先要确保源和目标实例的时区完全匹配。为此,可以使用如下 sql 语句检查源和目标实例的时区是否一致:

SELECT SOURCE_DB_TIMEZONE, DEST_DB_TIMEZONE FROM V$TRANSPORTABLE_PLATFORM;

如果时区不匹配,可以考虑重新设置时区:

ALTER DATABASE SET TIME_ZONE=’source_time_zone’;

然后再尝试可迁移导出。

--结束END--

本文标题: ORA-39360: Table string was skipped due to transportable import and TSLTZ issues resulting from time

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

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

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

  • 微信公众号

  • 商务合作