将Oracle 12c 的数据dump 出来导入到19c 时出现如下错误:

- DataPump import fails with:

$ impdp system directory= dumpfile=.dmp TRANSPORT_DATAFILES='/','/','/' logfile=.log

Import: Release 12.1.0.2.0 - Production on Thu Apr 20 10:15:13 2017

Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.

Password:

Connected to: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production

With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,

Advanced Analytics and Real Application Testing options

ORA-39001: invalid argument value

ORA-39000: bad dump file specification

ORA-31640: unable to open dump file "/.dmp" for read

ORA-17502: ksfdcre:3 Failed to create file /.dmp

when the dump file is located on a shared folder which is a ZFS filesystem from a Solaris server using NFS.

- The import log file also shows the following additional error:

ORA-17500: ODM err:Communication error on send

- The import job runs successfully when the dump files resides on a local filesystem.

这里出现ORA-17500的原因,是因为dump 文件放在共享文件系统中, MOS对这个错误说明如下:

This is a ZFS Mount point access issue introduced by the database which doesn't not recognizing the files from this mountpoint.

This issue has been addressed and fixed by Development in unpublished Bug 20720667 - MOUNT DETAILS CACHED IN SGA ARE NOT CLEANED UP EVEN AFTER REMOUNT, fixed in 12.2.

The issue is mainly encountered for certain customers which have processes where the volume is unmounted, deleted (on storage), recreated and mounted with the same name. This leads to stale file handle errors as NFS is using the cached mount handle.

这里是低版本的一个bug,可以通过打Bug 20720667的补丁,或者升级到更高的版本(12.2+),或者直接使用本地文件系统来解决。 https://www.cndba.cn/dave/article/4308https://www.cndba.cn/dave/article/4308

https://www.cndba.cn/dave/article/4308

https://www.cndba.cn/dave/article/4308https://www.cndba.cn/dave/article/4308

DataPump Import Fails With ORA-17502 And ORA-17500 When DumpFile Resides On A ZFS Shared Drive (Doc ID 2200152.1)

https://www.cndba.cn/dave/article/4308https://www.cndba.cn/dave/article/4308https://www.cndba.cn/dave/article/4308

版权声明:本文为博主原创文章,未经博主允许不得转载。

oracle12c启动ODM,Oracle 12c impdp 导入ORA-17500: ODM err:Communication error on send 错误处理方法...相关推荐

  1. oracle12c启动apply,Oracle 12c 新特性 -- DG 默认使用 Real-Time Apply

    https://www.cndba.cn/dave/article/213 1    理论说明 在Oracle 12c 之前的Data Guard 环境中,默认情况下备库apply redo 是从备库 ...

  2. Oracle 数据库impdp导入数据库版本和dmp数据库文件版本不匹配问题解决方法,ORA-39142版本号不兼容、ORA-39000转储文件说明错误解决方法

    解决方法一: 导出时指定版本,指定的版本和要导入的版本号一致. expdp ncc_auto/1@orcl directory=dir_dp schemas=ncc_auto dumpfile=ncc ...

  3. oracle12c关闭pdb,oracle 12c pdb启动与关闭

    在oracle 12c pdb数据库默认是不起来的,下面介绍一下pdb起关的一些常用命令. 默认状态: SQL> show pdbs CON_ID CON_NAME OPEN MODE REST ...

  4. Oracle 12c中导入Oracle 11g的数据

    我们直接说干的: 1.在github上下Oracle 11g所有示例用户的sql脚本文件(地址失效请评论区留言) https://github.com/oracle/db-sample-schemas ...

  5. ★Oracle imp/impdp 导入dmp文件到数据库

    使用EXPDP和IMPDP时应该注意的事项: EXP和IMP是客户端工具程序,它们既可以在客户端使用,也可以在服务端使用.        EXPDP和IMPDP是服务端的工具程序,他们只能在ORACL ...

  6. impdp远程导入oracle数据库,impdp导入远程数据库

    使用expdp(非本地)远程导出数据 背景: 前段时间,需要从异地一个测试数据库中将测试数据(一张表)导入本地库,表数据量大约500万,字段160多个,开始用了exp/imp方式,速度奇慢,不能忍,于 ...

  7. oracle数据库impdp导入dmp文件功能演示,imp导入IMP-00038: Could not convert to environment character sets handle问题解决

    取了个 dmp 文件,导入报错了,原因是 dmp 文件是通过 expdp 方法导出的,只能通过 impdp 方法导入才行. C:\Users\Administrator>imp ncc_qt/1 ...

  8. oracle12c数据库命令,oracle 12c 常用命令

    oracle 12c 常用命令 发布时间:2020-07-29 23:25:09 来源:51CTO 阅读:701 作者:hanfuyou 1.查看有多少pdb数据库: SQL> show pdb ...

  9. Oracle 通过impdp导入报ORA-39002 ORA-39165错误

    通过以下命令导入数据到oracle数据库,报"ORA-39002: 操作无效","ORA-39165: 未找到方案" 错误 impdp tms/tms123@o ...

  10. oracle使用impdp导入方法,oracle expdp导出和impdp导入使用方法

    本篇介绍一下oracle expdp导出.impdp导入的使用方法 准备工做 oracle中的expdp导出.impdp导入的使用以前,都得先完成如下三个步骤linux 第一步 以管理员身份,建立逻辑 ...

最新文章

  1. [BZOJ 2054]疯狂的馒头
  2. JavaScript数组对象教程–如何使用JS数组方法创建,更新和遍历对象
  3. jQuery跨域,添加自定义头部header
  4. 年味PSD素材|非常喜庆吉祥手工剪纸
  5. [工具库]JOXMLBuilder工具类——一键把多个bean对象数据转换为XML格式数据
  6. 【FIRST USE】第一次用git把代码上传到github
  7. USB 2.0学习笔记1——硬件/Lenovo
  8. 大数据简介、Hadoop 起源以及 Google 三大论文介绍
  9. SIP协议的功能在统一通信中的体现
  10. 面:【1】笔试. mgj 再菜也能做出来,,,有点信心好不好
  11. (视频) 《快速创建网站》3.4 网站改版3分钟搞定 - WordPress主题安装和备份
  12. dell笔记本外接显示器_笔记本就一个 hdmi 的接口,如何外接 2 个 dell 显示器?...
  13. 雷达的工作原理示意图_倒车雷达的工作原理是什么 倒车雷达原理图
  14. 【论文翻译】EIDETIC 3D LSTM: A MODEL FOR VIDEO PREDICTION AND BEYOND
  15. UR机器人(14)-解决故障
  16. 电磁兼容RS485接口EMC电路设计方案
  17. 办理测绘资质所需流程以及材料(2022最新)
  18. 2-1:编写一个Java应用程序,输出俄文字母表。
  19. EM算法-硬币实验的理解
  20. Python _多文件入表中的记录

热门文章

  1. Linaro ABE(高级构建环境)构建GNU交叉工具链
  2. sping循环依赖:but has eventually been wrapped. This means that said other beans do not use the final
  3. 小米 10s fastboot下 刷入 rec
  4. YARN——NM重启后的任务恢复
  5. Vue 3.0 Ref-sugar 提案到底是啥,真的是自寻死路吗?
  6. Python——第一天的Suger Rush
  7. .Net core web api 上传图片代码 。 AutoMapper映射注入。sql suger数据库依赖注入
  8. PHP编译安装常见错误解决
  9. 聊聊龙芯Java开源
  10. ActiveX是什么?界面开发有哪些好用的ActiveX控件推荐?