文档解释
ORA-31643: unable to close dump file “string”
Cause: Export or Import was unable to close the dump file. This message is usually followed by device messages from the operating system.
Action: Take appropriate action to restore the device.
ORA-31643: 表明无法关闭指定的磁盘备份文件。此错误发生的情况通常在当指定磁盘备份文件出现错误或被占用时。
官方解释
常见案例
1.在Data Pump备份期间,如果指定的备份文件出现I/O错误,则会引发ORA-31643错误。
2.当指定磁盘备份文件被另一个应用程序占用时,也会引发ORA-31643错误。
一般处理方法及步骤
1.检查Data Pump备份文件是否正确配置
2.检查指定磁盘备份文件ishost地址是否正确
3.检查指定磁盘备份文件是否存在任何I/O错误
4.检查指定磁盘备份文件是否被另一个应用程序占用
5.检查指定磁盘备份文件是否正确地关闭和打开。