• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

Oracle:ORA-39006 and ORA-39022 问题

mysql 搞代码 4年前 (2022-01-09) 22次浏览 已收录 0个评论

在Oracle 10g可以使用expdp,impdp。在使用impdp通过数据库db_link来复制远程的数据时,如果源数据库的版本(比如Oracle10.2.0.1

在Oracle 10g可以使用expdp,,impdp。
在使用impdp通过数据库db_link来复制远程的数据时,
如果源数据库的版本(比如Oracle10.2.0.1.0)比目标数据库(如Oracle10.1.0.2.0)的高。

则会下本文来源gaodai$ma#com搞$$代**码)网@面的报错:
Import: Release 10.1.0.2.0 – Production on 星期三, 21 4月, 2010 9:09

Copyright (c) 2003, Oracle. All rights reserved.

Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 – Produc
tion
With the Partitioning, OLAP and Data Mining options
ORA-39006: internal error
ORA-39022: Database version 10.2.0.1.0 is not supported.

这是由于Oracle的一个bug。


The errors ORA-39006 and ORA-39022 displayed if a Data Pump job with NETWORK_LINK is started on a local 10.1.x database and the database link connects to a remote 10.2.x or 11.x source database.

Solution of the Problem
Solution 01:
– Do data pump export operation without NETWORK_LINK parameter.
– Transfer the data pump export file on the the other server.
Solution 02:
With usage of NETWORK_LINK parameter,
– Make sure that local connecting database is a 10.2.0.3.0 or higher release database.
– Explicitly use VERSION=10.2 while doing expdp operation.


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:Oracle:ORA-39006 and ORA-39022 问题
喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址