发布网友 发布时间:2022-04-28 20:55
共2个回答
懂视网 时间:2022-05-05 20:28
根据ORA-29283的提示,发现是directory的目录有问题,选择正确的目录,impdp成功!
ORA-29283解决方法(impdp)
impdp报错信息如下
ORA-39002: invalid operation
ORA-39070: Unable to open the log file.
ORA-29283: invalid file operation
ORA-06512: at "SYS.UTL_FILE", line 475
ORA-29283: invalid file operation
[Oracle@doudou ~]$ oerr ora 29283
29283, 00000, "invalid file operation"
// *Cause: An attempt was made to read from a file or directory that does
// not exist, or file or directory access was denied by the
// operating system.
// *Action: Verify file and directory access privileges on the file system,
// and if reading, verify that the file exists.
根据ORA-29283的提示,发现是directory的目录有问题,选择正确的目录,impdp成功!
推荐阅读:
ORA-01172、ORA-01151错误处理
ORA-00600 [2662]错误解决
ORA-01078 和 LRM-00109 报错解决方法
ORA-00471 处理方法笔记
ORA-00314,redolog 损坏,,或丢失处理方法
ORA-00257 归档日志过大导致无法存储的解决办法
热心网友 时间:2022-05-05 17:36
'/home/cbadev' 这个文件夹的权限有问题。仔细看看吧追问这个文件夹权限是追答我看好像有问题,应该是 rwxrwxr-x,你试一下。