>  기사  >  데이터 베이스  >  ORA-29283解决方法(impdp)

ORA-29283解决方法(impdp)

WBOY
WBOY원래의
2016-06-07 17:34:354300검색

根据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 归档日志过大导致无法存储的解决办法

linux

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.